From 29ba03444bfa49e0d590bef60fbdf9fe1d0ab893 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 20 Oct 2014 02:34:00 +0200 Subject: [PATCH] Remove redundant boost include. --- src/libtomahawk/playlist/PlaylistItemDelegate.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libtomahawk/playlist/PlaylistItemDelegate.cpp b/src/libtomahawk/playlist/PlaylistItemDelegate.cpp index 9fc8a1d4b..68ec64471 100644 --- a/src/libtomahawk/playlist/PlaylistItemDelegate.cpp +++ b/src/libtomahawk/playlist/PlaylistItemDelegate.cpp @@ -27,8 +27,6 @@ #include #include -#include - #include "Query.h" #include "Result.h" #include "Artist.h"