[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdegames/kpat/patsolve
From:       Stephan Kulow <coolo () kde ! org>
Date:       2008-07-15 6:00:22
Message-ID: 1216101622.819538.22437.nullmailer () svn ! kde ! org
[Download RAW message or body]

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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -9,6 +8,7 @@
 #include <kdebug.h>
 #include <sys/types.h>
 #include <stdarg.h>
+#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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -8,6 +7,7 @@
 #include <math.h>
 #include <sys/types.h>
 #include <stdarg.h>
+#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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -10,6 +9,7 @@
 #include <sys/types.h>
 #include <stdarg.h>
 #include <algorithm>
+#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 <kdebug.h>
 #include <sys/types.h>
 #include <stdarg.h>
+#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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -9,6 +8,7 @@
 #include <kdebug.h>
 #include <sys/types.h>
 #include <stdarg.h>
+#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 <kdebug.h>
 #include <sys/types.h>
 #include <stdarg.h>
+#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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -9,6 +8,7 @@
 #include <kdebug.h>
 #include <sys/types.h>
 #include <stdarg.h>
+#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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -9,6 +8,7 @@
 #include <kdebug.h>
 #include <sys/types.h>
 #include <stdarg.h>
+#include "yukon.h"
 #include "../yukon.h"
 #include "../pile.h"
 #include "../deck.h"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic