From deb058a66914c425cba7aa91eaf5fc04937fe73a Mon Sep 17 00:00:00 2001 From: Damien Plisson Date: Sun, 24 Oct 2010 07:55:56 +0000 Subject: Collada : header files order dependency was making osx compile fail --- source/blender/collada/MaterialExporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/collada/MaterialExporter.cpp') 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){} -- cgit v1.2.3