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/SkinInfo.h')
-rw-r--r--source/blender/io/collada/SkinInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/io/collada/SkinInfo.h b/source/blender/io/collada/SkinInfo.h
index 255d6d9b1f3..e8b13f86e9c 100644
--- a/source/blender/io/collada/SkinInfo.h
+++ b/source/blender/io/collada/SkinInfo.h
@@ -24,14 +24,14 @@
#include <map>
#include <vector>
-#include "COLLADAFWUniqueId.h"
-#include "COLLADAFWTypes.h"
#include "COLLADAFWNode.h"
#include "COLLADAFWSkinController.h"
#include "COLLADAFWSkinControllerData.h"
+#include "COLLADAFWTypes.h"
+#include "COLLADAFWUniqueId.h"
-#include "DNA_object_types.h"
#include "BKE_context.h"
+#include "DNA_object_types.h"
#include "TransformReader.h"
#include "collada_internal.h"