From a3d11225a31038691223df43eaaf00516c8fc245 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 23 May 2012 09:38:26 +0200 Subject: [PATCH] * Fixed compiling on OS X 10.6. --- src/libtomahawk/utils/TomahawkUtils_Mac.mm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/libtomahawk/utils/TomahawkUtils_Mac.mm b/src/libtomahawk/utils/TomahawkUtils_Mac.mm index fc5c3d08c..fa82f9d76 100644 --- a/src/libtomahawk/utils/TomahawkUtils_Mac.mm +++ b/src/libtomahawk/utils/TomahawkUtils_Mac.mm @@ -16,17 +16,17 @@ * along with Tomahawk. If not, see . */ -#include "TomahawkUtils.h" - -#include "TomahawkUtils_Mac.h" #include "mac/FileHelpers.h" -#include -#include - #import #import +#include "TomahawkUtils.h" +#include "TomahawkUtils_Mac.h" + +#include +#include + @implementation MoveDelegate