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-05-28 17:37:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-28 17:37:47 +0400
commitc7a46d536960adfaac88f1aff5dcbe43d747bc4b (patch)
tree14eaba915110efa5fae19668fcc091e22b556136 /source/blender/blenlib/intern/winstuff.c
parentbe773f22b11ff73b744691c867708ef6cde78df5 (diff)
reorder includes for win
Diffstat (limited to 'source/blender/blenlib/intern/winstuff.c')
-rw-r--r--source/blender/blenlib/intern/winstuff.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenlib/intern/winstuff.c b/source/blender/blenlib/intern/winstuff.c
index d11bee255c2..ed6b1664ca8 100644
--- a/source/blender/blenlib/intern/winstuff.c
+++ b/source/blender/blenlib/intern/winstuff.c
@@ -39,14 +39,14 @@
#include "MEM_guardedalloc.h"
-#include "../blenkernel/BKE_global.h" /* G.background, bad level include (no function calls) */
-
#define WIN32_SKIP_HKEY_PROTECTION // need to use HKEY
#include "BLI_winstuff.h"
-#include "BLI_utildefines.h"
+#include "BLI_utildefines.h"z
#include "BLI_path_util.h"
#include "BLI_string.h"
+#include "../blenkernel/BKE_global.h" /* G.background, bad level include (no function calls) */
+
#include "utf_winfunc.h"
#include "utfconv.h"