From 3818a47e4afaac7d6ac4b010328817cafce71bc2 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Wed, 4 Jul 2012 22:55:40 +0000 Subject: Change order of inclusion to stop MinGW from complaining --- source/blender/compositor/intern/COM_ExecutionGroup.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/compositor') diff --git a/source/blender/compositor/intern/COM_ExecutionGroup.cpp b/source/blender/compositor/intern/COM_ExecutionGroup.cpp index e437b069e33..90f4ba85c78 100644 --- a/source/blender/compositor/intern/COM_ExecutionGroup.cpp +++ b/source/blender/compositor/intern/COM_ExecutionGroup.cpp @@ -25,11 +25,6 @@ #include #include -#include "BLI_math.h" -#include "PIL_time.h" -#include "WM_api.h" -#include "WM_types.h" - #include "COM_ExecutionGroup.h" #include "COM_InputSocket.h" #include "COM_SocketConnection.h" @@ -43,6 +38,11 @@ #include "COM_ChunkOrder.h" #include "COM_ExecutionSystemHelper.h" +#include "BLI_math.h" +#include "PIL_time.h" +#include "WM_api.h" +#include "WM_types.h" + ExecutionGroup::ExecutionGroup() { this->m_isOutput = false; -- cgit v1.2.3