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>2018-05-23 18:13:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-23 18:13:41 +0300
commit84c3b175f62f9d4224d392bfa12bb264838e14c2 (patch)
tree8aae81048c1974c421bc06fafab630f038b8d1c0 /source/blender/modifiers/intern/MOD_softbody.c
parent485990e4aa38c182826e44cd36b1165bc8de7f95 (diff)
Fix typo in header
Diffstat (limited to 'source/blender/modifiers/intern/MOD_softbody.c')
-rw-r--r--source/blender/modifiers/intern/MOD_softbody.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_softbody.c b/source/blender/modifiers/intern/MOD_softbody.c
index c16a56ee3d1..6e57ad53c2b 100644
--- a/source/blender/modifiers/intern/MOD_softbody.c
+++ b/source/blender/modifiers/intern/MOD_softbody.c
@@ -46,7 +46,7 @@
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_build.h"
-#include "DEG_depsgraph_query.h".h"
+#include "DEG_depsgraph_query.h"
#include "MOD_modifiertypes.h"