From c90f0efad283bfa1080279078f39e9becaeef1c6 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 24 Nov 2011 06:33:04 +0100 Subject: [PATCH] * Try to fix headless compiling. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 49e3a10ca..b561d21f8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,7 +22,6 @@ #include "thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h" #include "ubuntuunityhack.h" #include "tomahawksettings.h" -#include "TomahawkSettingsGui.h" #include @@ -33,6 +32,7 @@ #endif #ifndef ENABLE_HEADLESS + #include "TomahawkSettingsGui.h" #include "breakpad/BreakPad.h" #endif