1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 07:19:42 +01:00

* Try to fix headless compiling.

This commit is contained in:
Christian Muehlhaeuser 2011-11-24 06:33:04 +01:00
parent e4ad727a6f
commit c90f0efad2

View File

@ -22,7 +22,6 @@
#include "thirdparty/kdsingleapplicationguard/kdsingleapplicationguard.h"
#include "ubuntuunityhack.h"
#include "tomahawksettings.h"
#include "TomahawkSettingsGui.h"
#include <QTranslator>
@ -33,6 +32,7 @@
#endif
#ifndef ENABLE_HEADLESS
#include "TomahawkSettingsGui.h"
#include "breakpad/BreakPad.h"
#endif