Revision: 18114
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18114
Author:   campbellbarton
Date:     2008-12-28 09:49:41 +0100 (Sun, 28 Dec 2008)

Log Message:
-----------
include order is important here :/

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/python/intern/bpy_util.c

Modified: branches/blender2.5/blender/source/blender/python/intern/bpy_util.c
===================================================================
--- branches/blender2.5/blender/source/blender/python/intern/bpy_util.c 
2008-12-28 08:46:38 UTC (rev 18113)
+++ branches/blender2.5/blender/source/blender/python/intern/bpy_util.c 
2008-12-28 08:49:41 UTC (rev 18114)
@@ -22,10 +22,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-#include "bpy_compat.h"
+
 #include "bpy_util.h"
 #include "BLI_dynstr.h"
 #include "MEM_guardedalloc.h"
+#include "bpy_compat.h"
 
 PyObject *BPY_flag_to_list(struct BPY_flag_def *flagdef, int flag)
 {


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to