From 6f75fab2980958d78718f090f356864d91341933 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Thu, 2 Jun 2016 18:02:30 -0700 Subject: [PATCH] Revert header changes --- interface/src/main.cpp | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 6866d5637c..8fc0384aee 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -8,8 +8,6 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -#include - #include #include #include @@ -19,12 +17,6 @@ #include #include -#ifdef HAS_BUGSPLAT -#include -#include -#include -#endif - #include #include @@ -33,7 +25,13 @@ #include "InterfaceLogging.h" #include "UserActivityLogger.h" #include "MainWindow.h" +#include +#ifdef HAS_BUGSPLAT +#include +#include +#include +#endif int main(int argc, const char* argv[]) { #if HAS_BUGSPLAT