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>2013-01-24 06:14:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-24 06:14:39 +0400
commit936b82802a6fb987876518a48c4e7602cc5d7634 (patch)
treee34884eb606d6e489ef21ce95c55281913ebc9c6 /source/blender/modifiers/intern/MOD_subsurf.c
parentdccec5727ef8325bb16e1125236ccceab36bd878 (diff)
add bullet define & include for scons makesrna, also move meshcache utils into own file.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_subsurf.c')
-rw-r--r--source/blender/modifiers/intern/MOD_subsurf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_subsurf.c b/source/blender/modifiers/intern/MOD_subsurf.c
index 2af192d83f5..c0d46b14aa8 100644
--- a/source/blender/modifiers/intern/MOD_subsurf.c
+++ b/source/blender/modifiers/intern/MOD_subsurf.c
@@ -47,7 +47,7 @@
#include "MOD_modifiertypes.h"
-#include "CCGSubSurf.h"
+#include "intern/CCGSubSurf.h"
static void initData(ModifierData *md)
{