Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-08-26 01:24:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-26 01:24:16 +0400
commit2889448b94b44a6c9881c06336ab1547145e4c1e (patch)
treefe643ea2e66b09aa30458c8de15c1d83ff6a7006 /source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
parent3b414b985930f8775f3ce5b53726b4926f97273d (diff)
blenderplayer builds again
Diffstat (limited to 'source/gameengine/GamePlayer/ghost/GPG_ghost.cpp')
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_ghost.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
index 30df0e8db23..0b1fbf977dd 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
+++ b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
@@ -57,6 +57,12 @@ extern "C"
{
#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 @@ extern "C"
#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[]);