1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01: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
src/libtomahawk

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

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