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/BlenderContext.h')
-rw-r--r--source/blender/io/collada/BlenderContext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/io/collada/BlenderContext.h b/source/blender/io/collada/BlenderContext.h
index 50781e8eede..15ebd671b1a 100644
--- a/source/blender/io/collada/BlenderContext.h
+++ b/source/blender/io/collada/BlenderContext.h
@@ -26,14 +26,14 @@
extern "C" {
#endif
-#include "DNA_object_types.h"
-#include "BLI_linklist.h"
#include "BKE_context.h"
#include "BKE_main.h"
+#include "BLI_linklist.h"
+#include "BlenderTypes.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_query.h"
#include "DNA_layer_types.h"
-#include "BlenderTypes.h"
+#include "DNA_object_types.h"
static const BC_global_forward_axis BC_DEFAULT_FORWARD = BC_GLOBAL_FORWARD_Y;
static const BC_global_up_axis BC_DEFAULT_UP = BC_GLOBAL_UP_Z;