From 2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:33:03 +0100 Subject: Cleanup: `make format` after SortedIncludes change --- source/blender/io/collada/EffectExporter.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/io/collada/EffectExporter.cpp') diff --git a/source/blender/io/collada/EffectExporter.cpp b/source/blender/io/collada/EffectExporter.cpp index a1174fdff56..f21ea57c91c 100644 --- a/source/blender/io/collada/EffectExporter.cpp +++ b/source/blender/io/collada/EffectExporter.cpp @@ -21,11 +21,11 @@ #include #include -#include "COLLADASWEffectProfile.h" #include "COLLADAFWColorOrTexture.h" +#include "COLLADASWEffectProfile.h" -#include "EffectExporter.h" #include "DocumentExporter.h" +#include "EffectExporter.h" #include "MaterialExporter.h" #include "collada_internal.h" @@ -37,8 +37,8 @@ extern "C" { #include "BKE_collection.h" #include "BKE_customdata.h" -#include "BKE_mesh.h" #include "BKE_material.h" +#include "BKE_mesh.h" } static std::string getActiveUVLayerName(Object *ob) -- cgit v1.2.3