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>2010-04-12 02:20:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-12 02:20:02 +0400
commit909493eac93330122d80499aa2da5e1cf89dbcb3 (patch)
treef16b44db17b6745e5c0582e3a23094b1e11e586d /source/blender/modifiers/intern/MOD_multires.c
parent3fdaf5cecc9c7c521c4db514f916f083b17881a6 (diff)
booleanops.c was moved to MOD_boolean_util.c, remove empty file.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_multires.c')
-rw-r--r--source/blender/modifiers/intern/MOD_multires.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_multires.c b/source/blender/modifiers/intern/MOD_multires.c
index bd122e1c8f9..b8682a3a5fc 100644
--- a/source/blender/modifiers/intern/MOD_multires.c
+++ b/source/blender/modifiers/intern/MOD_multires.c
@@ -52,7 +52,6 @@
#include "BKE_action.h"
#include "BKE_bmesh.h"
-#include "BKE_booleanops.h"
#include "BKE_cloth.h"
#include "BKE_cdderivedmesh.h"
#include "BKE_displist.h"