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/bmesh/operators/createops.c
parent14a2330d7b4edbb294b77072f99283cdd0fa6bae (diff)
more syncing with trunk, also cleared many warnings with gcc4.6
Diffstat (limited to 'source/blender/bmesh/operators/createops.c')
-rw-r--r--source/blender/bmesh/operators/createops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/createops.c b/source/blender/bmesh/operators/createops.c
index 260bc4e292c..6ad85d7d439 100644
--- a/source/blender/bmesh/operators/createops.c
+++ b/source/blender/bmesh/operators/createops.c
@@ -1,6 +1,6 @@
#include "MEM_guardedalloc.h"
-#include "BKE_utildefines.h"
+#include "BLI_utildefines.h"
#include "BLI_memarena.h"
#include "BLI_mempool.h"