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:
Diffstat (limited to 'source/blender/io/collada/BCAnimationCurve.h')
-rw-r--r--source/blender/io/collada/BCAnimationCurve.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/io/collada/BCAnimationCurve.h b/source/blender/io/collada/BCAnimationCurve.h
index 7b523ac53ca..71640ff3013 100644
--- a/source/blender/io/collada/BCAnimationCurve.h
+++ b/source/blender/io/collada/BCAnimationCurve.h
@@ -20,18 +20,18 @@
#ifndef __BCANIMATIONCURVE_H__
#define __BCANIMATIONCURVE_H__
-#include "collada_utils.h"
#include "BCSampleData.h"
+#include "collada_utils.h"
#include "MEM_guardedalloc.h"
extern "C" {
-#include "BKE_fcurve.h"
#include "BKE_armature.h"
+#include "BKE_fcurve.h"
#include "BKE_material.h"
#include "ED_anim_api.h"
-#include "ED_keyframing.h"
#include "ED_keyframes_edit.h"
+#include "ED_keyframing.h"
}
typedef float(TangentPoint)[2];