1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

One include to (hopefully) rule them all

This commit is contained in:
Leo Franchi
2012-06-17 09:52:49 +02:00
parent 7bec03560a
commit 52752cd234
2 changed files with 2 additions and 6 deletions

View File

@@ -28,9 +28,7 @@
#include <QtGui/QPixmap> #include <QtGui/QPixmap>
#endif #endif
#include <boost/thread/locks.hpp> #include <boost/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/future.hpp>
#include "Typedefs.h" #include "Typedefs.h"
#include "PlaylistInterface.h" #include "PlaylistInterface.h"

View File

@@ -31,9 +31,7 @@
#include "DllMacro.h" #include "DllMacro.h"
#include "Query.h" #include "Query.h"
#include <boost/thread/locks.hpp> #include <boost/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/future.hpp>
namespace Tomahawk namespace Tomahawk
{ {