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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-10-06 17:55:50 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-06 17:55:50 +0400
commitca44eb3abd4ac2729c0d276b561ed2d3b49efe3f (patch)
tree4f8aa951ab20742726a96b5267ed3332e32a8809 /source/blender/collada/DocumentExporter.cpp
parent0d815d3528912eede6ee90f3a12435cbcca1eb04 (diff)
GCC fixes for r32346
Diffstat (limited to 'source/blender/collada/DocumentExporter.cpp')
-rw-r--r--source/blender/collada/DocumentExporter.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/collada/DocumentExporter.cpp b/source/blender/collada/DocumentExporter.cpp
index f93a8ef72cd..06df94416b3 100644
--- a/source/blender/collada/DocumentExporter.cpp
+++ b/source/blender/collada/DocumentExporter.cpp
@@ -102,15 +102,16 @@ extern char build_rev[];
#include "collada_internal.h"
#include "DocumentExporter.h"
+// can probably go after refactor is complete
+#include "InstanceWriter.h"
+#include "TransformWriter.h"
+
#include "ArmatureExporter.h"
#include "CameraExporter.h"
#include "GeometryExporter.h"
#include "LightExporter.h"
#include "MaterialExporter.h"
-// can probably go after refactor is complete
-#include "InstanceWriter.h"
-#include "TransformWriter.h"
#include <vector>
#include <algorithm> // std::find