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_fluidsim.c
parent3fdaf5cecc9c7c521c4db514f916f083b17881a6 (diff)
booleanops.c was moved to MOD_boolean_util.c, remove empty file.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_fluidsim.c')
-rw-r--r--source/blender/modifiers/intern/MOD_fluidsim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_fluidsim.c b/source/blender/modifiers/intern/MOD_fluidsim.c
index 34a15ed7856..1e03ce1b864 100644
--- a/source/blender/modifiers/intern/MOD_fluidsim.c
+++ b/source/blender/modifiers/intern/MOD_fluidsim.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"