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/DocumentImporter.h')
-rw-r--r--source/blender/io/collada/DocumentImporter.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/blender/io/collada/DocumentImporter.h b/source/blender/io/collada/DocumentImporter.h
index e47c844f7c6..d9be4880b35 100644
--- a/source/blender/io/collada/DocumentImporter.h
+++ b/source/blender/io/collada/DocumentImporter.h
@@ -21,26 +21,26 @@
#ifndef __DOCUMENTIMPORTER_H__
#define __DOCUMENTIMPORTER_H__
-#include "COLLADAFWIWriter.h"
-#include "COLLADAFWMaterial.h"
-#include "COLLADAFWEffect.h"
#include "COLLADAFWColor.h"
+#include "COLLADAFWController.h"
+#include "COLLADAFWEffect.h"
+#include "COLLADAFWEffectCommon.h"
+#include "COLLADAFWIWriter.h"
#include "COLLADAFWImage.h"
#include "COLLADAFWInstanceGeometry.h"
-#include "COLLADAFWController.h"
+#include "COLLADAFWMaterial.h"
#include "COLLADAFWMorphController.h"
#include "COLLADAFWSkinController.h"
-#include "COLLADAFWEffectCommon.h"
-#include "BKE_object.h"
#include "BKE_constraint.h"
+#include "BKE_object.h"
-#include "TransformReader.h"
#include "AnimationImporter.h"
#include "ArmatureImporter.h"
#include "ControllerExporter.h"
-#include "MeshImporter.h"
#include "ImportSettings.h"
+#include "MeshImporter.h"
+#include "TransformReader.h"
struct bContext;