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/CameraExporter.h')
-rw-r--r--source/blender/io/collada/CameraExporter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/io/collada/CameraExporter.h b/source/blender/io/collada/CameraExporter.h
index 04bcc4a5dad..e4df994354c 100644
--- a/source/blender/io/collada/CameraExporter.h
+++ b/source/blender/io/collada/CameraExporter.h
@@ -21,16 +21,16 @@
#ifndef __CAMERAEXPORTER_H__
#define __CAMERAEXPORTER_H__
-#include "COLLADASWStreamWriter.h"
#include "COLLADASWLibraryCameras.h"
+#include "COLLADASWStreamWriter.h"
extern "C" {
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
}
-#include "ExportSettings.h"
#include "DNA_camera_types.h"
+#include "ExportSettings.h"
class CamerasExporter : COLLADASW::LibraryCameras {
public: