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>2008-08-03 01:39:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-08-03 01:39:01 +0400
commite632b966ecf28e9db0be882f048fa6e903e63df8 (patch)
tree62edd40266b6c5114d234b8bb87a86fcd7b36cb1 /intern/boolop
parent03f9c6a3fc5968a4bfeff159341d47bf3b24d766 (diff)
BKE_global.h include path wasnt correct. made boxpack2d.c a bit more
readable. no functionality changes.
Diffstat (limited to 'intern/boolop')
-rw-r--r--intern/boolop/intern/BOP_Interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/boolop/intern/BOP_Interface.cpp b/intern/boolop/intern/BOP_Interface.cpp
index 898ca708204..c6bcb4a74ce 100644
--- a/intern/boolop/intern/BOP_Interface.cpp
+++ b/intern/boolop/intern/BOP_Interface.cpp
@@ -37,7 +37,7 @@
#include "BOP_Chrono.h"
#if defined(BOP_ORIG_MERGE) && defined(BOP_NEW_MERGE)
-#include "../../source/blender/blenkernel/BKE_global.h"
+#include "../../../source/blender/blenkernel/BKE_global.h"
#endif
BoolOpState BOP_intersectionBoolOp(BOP_Mesh* meshC,