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>2011-05-09 08:06:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-09 08:06:48 +0400
commit5a2a3d7d82933be392d8a24937b230b2ab4d7af7 (patch)
treebff60a2b1c14afb3917ff66e0e1354052a411208 /source/blender/editors/armature/meshlaplacian.c
parent14a2330d7b4edbb294b77072f99283cdd0fa6bae (diff)
more syncing with trunk, also cleared many warnings with gcc4.6
Diffstat (limited to 'source/blender/editors/armature/meshlaplacian.c')
-rw-r--r--source/blender/editors/armature/meshlaplacian.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/meshlaplacian.c b/source/blender/editors/armature/meshlaplacian.c
index 2c40705b3ac..41733bcd29a 100644
--- a/source/blender/editors/armature/meshlaplacian.c
+++ b/source/blender/editors/armature/meshlaplacian.c
@@ -43,10 +43,10 @@
#include "DNA_meshdata_types.h"
#include "DNA_scene_types.h"
+#include "BLI_utildefines.h"
#include "BLI_math.h"
#include "BLI_edgehash.h"
#include "BLI_memarena.h"
-#include "BLI_utildefines.h"
#include "BKE_DerivedMesh.h"
#include "BKE_modifier.h"