From c7a46d536960adfaac88f1aff5dcbe43d747bc4b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 May 2013 13:37:47 +0000 Subject: [PATCH] reorder includes for win --- source/blender/blenlib/intern/winstuff.c | 6 +++--- 1 file 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"