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/ControllerExporter.h')
-rw-r--r--source/blender/io/collada/ControllerExporter.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/io/collada/ControllerExporter.h b/source/blender/io/collada/ControllerExporter.h
index ce2ed9fe453..fb84af6ebc9 100644
--- a/source/blender/io/collada/ControllerExporter.h
+++ b/source/blender/io/collada/ControllerExporter.h
@@ -25,23 +25,23 @@
#include <string>
//#include <vector>
-#include "COLLADASWStreamWriter.h"
-#include "COLLADASWLibraryControllers.h"
-#include "COLLADASWInstanceController.h"
+#include "COLLADASWExtraTechnique.h"
#include "COLLADASWInputList.h"
+#include "COLLADASWInstanceController.h"
+#include "COLLADASWLibraryControllers.h"
#include "COLLADASWNode.h"
-#include "COLLADASWExtraTechnique.h"
+#include "COLLADASWStreamWriter.h"
#include "DNA_armature_types.h"
+#include "DNA_constraint_types.h"
+#include "DNA_key_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 "DNA_key_types.h"
-#include "TransformWriter.h"
#include "InstanceWriter.h"
+#include "TransformWriter.h"
#include "ExportSettings.h"