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

* Fixed Source for headless.

This commit is contained in:
Christian Muehlhaeuser 2012-06-08 20:01:23 +02:00
parent 1abe69079f
commit 973436a09b

View File

@ -34,11 +34,15 @@
#include <QCoreApplication>
#include <QBuffer>
#include "utils/Logger.h"
#include "utils/TomahawkUtilsGui.h"
#include "utils/TomahawkCache.h"
#include "database/DatabaseCommand_SocialAction.h"
#ifndef ENABLE_HEADLESS
#include "utils/TomahawkUtilsGui.h"
#endif
#include "utils/Logger.h"
using namespace Tomahawk;