[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59505] trunk/blender/source/gameengine/ GamePlayer/ghost/GPG_ghost.cpp: blenderplayer builds again

Campbell Barton ideasman42 at gmail.com
Sun Aug 25 23:24:19 CEST 2013


Revision: 59505
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59505
Author:   campbellbarton
Date:     2013-08-25 21:24:16 +0000 (Sun, 25 Aug 2013)
Log Message:
-----------
blenderplayer builds again

Modified Paths:
--------------
    trunk/blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp

Modified: trunk/blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
===================================================================
--- trunk/blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp	2013-08-25 21:02:31 UTC (rev 59504)
+++ trunk/blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp	2013-08-25 21:24:16 UTC (rev 59505)
@@ -57,6 +57,12 @@
 {
 #endif  // __cplusplus
 #include "MEM_guardedalloc.h"
+#include "BLI_threads.h"
+#include "BLI_blenlib.h"
+#include "DNA_scene_types.h"
+#include "DNA_userdef_types.h"
+#include "BLO_readfile.h"
+#include "BLO_runtime.h"
 #include "BKE_blender.h"
 #include "BKE_depsgraph.h"
 #include "BKE_global.h"
@@ -66,15 +72,9 @@
 #include "BKE_report.h"
 #include "BKE_library.h"
 #include "BKE_modifier.h"
-#include "BLI_threads.h"
-#include "BLI_blenlib.h"
-#include "DNA_scene_types.h"
-#include "DNA_userdef_types.h"
-#include "BLO_readfile.h"
-#include "BLO_runtime.h"
-#include "IMB_imbuf.h"
 #include "BKE_text.h"
 #include "BKE_sound.h"
+#include "IMB_imbuf.h"
 	
 	int GHOST_HACK_getFirstFile(char buf[]);
 	




More information about the Bf-blender-cvs mailing list