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/MaterialExporter.h')
-rw-r--r--source/blender/io/collada/MaterialExporter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/io/collada/MaterialExporter.h b/source/blender/io/collada/MaterialExporter.h
index be0d939b68a..8b3d1130fe9 100644
--- a/source/blender/io/collada/MaterialExporter.h
+++ b/source/blender/io/collada/MaterialExporter.h
@@ -34,10 +34,10 @@ extern "C" {
#include "DNA_scene_types.h"
}
-#include "GeometryExporter.h"
-#include "collada_internal.h"
#include "ExportSettings.h"
+#include "GeometryExporter.h"
#include "Materials.h"
+#include "collada_internal.h"
class MaterialsExporter : COLLADASW::LibraryMaterials {
public: