From kde-commits Tue Jul 15 06:00:22 2008 From: Stephan Kulow Date: Tue, 15 Jul 2008 06:00:22 +0000 To: kde-commits Subject: KDE/kdegames/kpat/patsolve Message-Id: <1216101622.819538.22437.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121610168724945 SVN commit 832682 by coolo: include system headers first BUG: 165381 M +1 -1 clock.cpp M +1 -1 freecell.cpp M +1 -1 gypsy.cpp M +1 -0 idiot.cpp M +1 -1 klondike.cpp M +1 -0 simon.cpp M +1 -1 spider.cpp M +1 -1 yukon.cpp --- trunk/KDE/kdegames/kpat/patsolve/clock.cpp #832681:832682 @@ -1,6 +1,5 @@ /* Common routines & arrays. */ -#include "clock.h" #include #include #include @@ -9,6 +8,7 @@ #include #include #include +#include "clock.h" #include "../clock.h" #include "../pile.h" #include "../deck.h" --- trunk/KDE/kdegames/kpat/patsolve/freecell.cpp #832681:832682 @@ -1,6 +1,5 @@ /* Common routines & arrays. */ -#include "freecell.h" #include #include #include @@ -8,6 +7,7 @@ #include #include #include +#include "freecell.h" #include "../freecell.h" #include "../pile.h" --- trunk/KDE/kdegames/kpat/patsolve/gypsy.cpp #832681:832682 @@ -1,6 +1,5 @@ /* Common routines & arrays. */ -#include "gypsy.h" #include #include #include @@ -10,6 +9,7 @@ #include #include #include +#include "gypsy.h" #include "../gypsy.h" #include "../pile.h" #include "../deck.h" --- trunk/KDE/kdegames/kpat/patsolve/idiot.cpp #832681:832682 @@ -9,6 +9,7 @@ #include #include #include +#include "idiot.h" #include "../idiot.h" #include "../pile.h" #include "../deck.h" --- trunk/KDE/kdegames/kpat/patsolve/klondike.cpp #832681:832682 @@ -1,6 +1,5 @@ /* Common routines & arrays. */ -#include "klondike.h" #include #include #include @@ -9,6 +8,7 @@ #include #include #include +#include "klondike.h" #include "../klondike.h" #include "../pile.h" #include "../deck.h" --- trunk/KDE/kdegames/kpat/patsolve/simon.cpp #832681:832682 @@ -9,6 +9,7 @@ #include #include #include +#include "simon.h" #include "../simon.h" #include "../pile.h" #include "../deck.h" --- trunk/KDE/kdegames/kpat/patsolve/spider.cpp #832681:832682 @@ -1,6 +1,5 @@ /* Common routines & arrays. */ -#include "spider.h" #include #include #include @@ -9,6 +8,7 @@ #include #include #include +#include "spider.h" #include "../spider.h" #include "../pile.h" #include "../deck.h" --- trunk/KDE/kdegames/kpat/patsolve/yukon.cpp #832681:832682 @@ -1,6 +1,5 @@ /* Common routines & arrays. */ -#include "yukon.h" #include #include #include @@ -9,6 +8,7 @@ #include #include #include +#include "yukon.h" #include "../yukon.h" #include "../pile.h" #include "../deck.h"