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/GeometryExporter.h')
-rw-r--r--source/blender/io/collada/GeometryExporter.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/io/collada/GeometryExporter.h b/source/blender/io/collada/GeometryExporter.h
index 8c7a38fc407..5090158177f 100644
--- a/source/blender/io/collada/GeometryExporter.h
+++ b/source/blender/io/collada/GeometryExporter.h
@@ -21,23 +21,23 @@
#ifndef __GEOMETRYEXPORTER_H__
#define __GEOMETRYEXPORTER_H__
+#include <set>
#include <string>
#include <vector>
-#include <set>
-#include "COLLADASWStreamWriter.h"
-#include "COLLADASWLibraryGeometries.h"
#include "COLLADASWInputList.h"
+#include "COLLADASWLibraryGeometries.h"
+#include "COLLADASWStreamWriter.h"
+#include "DNA_key_types.h"
#include "DNA_mesh_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
-#include "DNA_key_types.h"
+#include "BKE_key.h"
+#include "BlenderContext.h"
#include "ExportSettings.h"
#include "collada_utils.h"
-#include "BlenderContext.h"
-#include "BKE_key.h"
class Normal {
public: