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/ImageExporter.h')
-rw-r--r--source/blender/io/collada/ImageExporter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/io/collada/ImageExporter.h b/source/blender/io/collada/ImageExporter.h
index b72d2709382..20f9b95a512 100644
--- a/source/blender/io/collada/ImageExporter.h
+++ b/source/blender/io/collada/ImageExporter.h
@@ -21,14 +21,14 @@
#ifndef __IMAGEEXPORTER_H__
#define __IMAGEEXPORTER_H__
-#include <vector>
#include <string>
+#include <vector>
-#include "COLLADASWStreamWriter.h"
#include "COLLADASWLibraryImages.h"
+#include "COLLADASWStreamWriter.h"
-#include "DNA_material_types.h"
#include "DNA_image_types.h"
+#include "DNA_material_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"