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:
authorDamien Plisson <damien.plisson@yahoo.fr>2010-10-24 11:55:56 +0400
committerDamien Plisson <damien.plisson@yahoo.fr>2010-10-24 11:55:56 +0400
commitdeb058a66914c425cba7aa91eaf5fc04937fe73a (patch)
treeab45a0caff7772793adc7df36e8a4402cad1d6ea /source/blender/collada/MaterialExporter.cpp
parent619a8b6952b63108c95c031683102f45bd049cd4 (diff)
Collada : header files order dependency was making osx compile fail
Diffstat (limited to 'source/blender/collada/MaterialExporter.cpp')
-rw-r--r--source/blender/collada/MaterialExporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/MaterialExporter.cpp b/source/blender/collada/MaterialExporter.cpp
index d155b2196ff..dfb64e383a7 100644
--- a/source/blender/collada/MaterialExporter.cpp
+++ b/source/blender/collada/MaterialExporter.cpp
@@ -23,9 +23,9 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#include "COLLADABUUtils.h"
#include "MaterialExporter.h"
+#include "COLLADABUUtils.h"
#include "collada_internal.h"
MaterialsExporter::MaterialsExporter(COLLADASW::StreamWriter *sw): COLLADASW::LibraryMaterials(sw){}