[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57078] trunk/blender/source/blender/ blenlib/intern/winstuff.c: reorder includes for win

Campbell Barton ideasman42 at gmail.com
Tue May 28 15:37:48 CEST 2013


Revision: 57078
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57078
Author:   campbellbarton
Date:     2013-05-28 13:37:47 +0000 (Tue, 28 May 2013)
Log Message:
-----------
reorder includes for win

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/intern/winstuff.c

Modified: trunk/blender/source/blender/blenlib/intern/winstuff.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/winstuff.c	2013-05-28 13:32:29 UTC (rev 57077)
+++ trunk/blender/source/blender/blenlib/intern/winstuff.c	2013-05-28 13:37:47 UTC (rev 57078)
@@ -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"
 




More information about the Bf-blender-cvs mailing list