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/ArmatureExporter.h')
-rw-r--r--source/blender/io/collada/ArmatureExporter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/io/collada/ArmatureExporter.h b/source/blender/io/collada/ArmatureExporter.h
index da6d6f79ef5..3bc9dfe2639 100644
--- a/source/blender/io/collada/ArmatureExporter.h
+++ b/source/blender/io/collada/ArmatureExporter.h
@@ -25,20 +25,20 @@
#include <string>
//#include <vector>
-#include "COLLADASWStreamWriter.h"
-#include "COLLADASWLibraryControllers.h"
#include "COLLADASWInputList.h"
+#include "COLLADASWLibraryControllers.h"
#include "COLLADASWNode.h"
+#include "COLLADASWStreamWriter.h"
#include "DNA_armature_types.h"
+#include "DNA_constraint_types.h"
#include "DNA_listBase.h"
#include "DNA_mesh_types.h"
#include "DNA_object_types.h"
-#include "DNA_constraint_types.h"
#include "DNA_scene_types.h"
-#include "TransformWriter.h"
#include "InstanceWriter.h"
+#include "TransformWriter.h"
#include "ExportSettings.h"