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

Remove Concept check includes

Conflicts:
	src/libtomahawk/widgets/StatsGauge.cpp
This commit is contained in:
Uwe L. Korn 2014-08-18 17:20:58 +01:00
parent 0a315afa9b
commit 7e6e508d06
3 changed files with 0 additions and 5 deletions

View File

@ -48,8 +48,6 @@
#include "collection/Collection.h"
#endif
#include <boost/concept_check.hpp>
#define DEFAULT_WORKER_THREADS 4
#define MAX_WORKER_THREADS 16

View File

@ -41,7 +41,6 @@
#include <QScrollBar>
#include <QDrag>
#include <QMimeData>
#include <boost/concept_check.hpp>
#define SCROLL_TIMEOUT 280

View File

@ -27,8 +27,6 @@
#include <QPainter>
#include <QToolTip>
#include <boost/concept_check.hpp>
#include "Query.h"
#include "Result.h"
#include "Artist.h"