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:
Diffstat (limited to 'source/gameengine/GamePlayer/common/unix/GPU_Engine.cpp')
-rw-r--r--source/gameengine/GamePlayer/common/unix/GPU_Engine.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/GamePlayer/common/unix/GPU_Engine.cpp b/source/gameengine/GamePlayer/common/unix/GPU_Engine.cpp
index 56b1340eb92..6bff9f20a6a 100644
--- a/source/gameengine/GamePlayer/common/unix/GPU_Engine.cpp
+++ b/source/gameengine/GamePlayer/common/unix/GPU_Engine.cpp
@@ -32,11 +32,8 @@
#include <assert.h>
#include <unistd.h>
-
#include "GPU_Engine.h"
-
#include "GPC_MouseDevice.h"
-
#include "GPU_Canvas.h"
#include "GPU_KeyboardDevice.h"
#include "GPU_System.h"
@@ -56,6 +53,9 @@
#include "GPC_RenderTools.h"
#include "GPC_RawImage.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
void Redraw(GPU_Engine *engine); // -the- redraw function