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:
authorKen Hughes <khughes@pacific.edu>2007-03-10 00:48:47 +0300
committerKen Hughes <khughes@pacific.edu>2007-03-10 00:48:47 +0300
commitcec9f42296d189ba3acb627734089ec2d30d712d (patch)
treeb67391cf1570a6558e10d3cb74fd8799e80f1df1 /source/blender/python/api2_2x/Group.c
parent739b3a045ba01cdf82bc931fb2f050b643641183 (diff)
Python API
---------- Rearrange includes, remove dead code to fix gcc warnings.
Diffstat (limited to 'source/blender/python/api2_2x/Group.c')
-rwxr-xr-xsource/blender/python/api2_2x/Group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/Group.c b/source/blender/python/api2_2x/Group.c
index b2af656949a..65d68c51721 100755
--- a/source/blender/python/api2_2x/Group.c
+++ b/source/blender/python/api2_2x/Group.c
@@ -28,10 +28,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-#include "MEM_guardedalloc.h"
-
#include "Group.h" /* This must come first */
+#include "MEM_guardedalloc.h"
+
#include "DNA_group_types.h"
#include "DNA_scene_types.h" /* for Base */