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
path: root/source
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2007-07-28 18:51:22 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2007-07-28 18:51:22 +0400
commit337a1e53a98f8caccc3d0abac8065b42b8cc7901 (patch)
tree63cd91e2bf25232607bfd03acec13b6778d8540d /source
parenteb8ee6f5686255ed270cd84376af905b359d9b1d (diff)
Fix for wrong capitalization in #include.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/editarmature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editarmature.c b/source/blender/src/editarmature.c
index 01488836570..31ef9a13a47 100644
--- a/source/blender/src/editarmature.c
+++ b/source/blender/src/editarmature.c
@@ -67,7 +67,7 @@
#include "BKE_constraint.h"
#include "BKE_deform.h"
#include "BKE_depsgraph.h"
-#include "BKE_derivedmesh.h"
+#include "BKE_DerivedMesh.h"
#include "BKE_global.h"
#include "BKE_main.h"
#include "BKE_object.h"