Skip to content

Commit

Permalink
One include to (hopefully) rule them all
Browse files Browse the repository at this point in the history
  • Loading branch information
lfranchi committed Jun 17, 2012
1 parent 7bec035 commit 52752cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/libtomahawk/Album.h
Expand Up @@ -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"
Expand Down
4 changes: 1 addition & 3 deletions src/libtomahawk/Artist.h
Expand Up @@ -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
{
Expand Down

0 comments on commit 52752cd

Please sign in to comment.