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/BCSampleData.h')
-rw-r--r--source/blender/io/collada/BCSampleData.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/io/collada/BCSampleData.h b/source/blender/io/collada/BCSampleData.h
index 07ecb544c71..877fb49981a 100644
--- a/source/blender/io/collada/BCSampleData.h
+++ b/source/blender/io/collada/BCSampleData.h
@@ -20,22 +20,22 @@
#ifndef __BCSAMPLEDATA_H__
#define __BCSAMPLEDATA_H__
-#include <string>
-#include <map>
#include <algorithm>
+#include <map>
+#include <string>
-#include "ExportSettings.h"
-#include "BCSampleData.h"
#include "BCMath.h"
+#include "BCSampleData.h"
+#include "ExportSettings.h"
extern "C" {
#include "BKE_object.h"
#include "BLI_math_rotation.h"
-#include "DNA_object_types.h"
#include "DNA_armature_types.h"
-#include "DNA_material_types.h"
-#include "DNA_light_types.h"
#include "DNA_camera_types.h"
+#include "DNA_light_types.h"
+#include "DNA_material_types.h"
+#include "DNA_object_types.h"
}
typedef std::map<Bone *, BCMatrix *> BCBoneMatrixMap;