From 02b67edaf5c24a44d1dacce0533f2851cfbe35e7 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Fri, 7 Feb 2014 21:30:03 +0100
Subject: [PATCH] PlaylistSong: include cleanup

---
 src/playlist/PlaylistSong.cxx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/playlist/PlaylistSong.cxx b/src/playlist/PlaylistSong.cxx
index e3defbddb..bb82a0254 100644
--- a/src/playlist/PlaylistSong.cxx
+++ b/src/playlist/PlaylistSong.cxx
@@ -19,11 +19,9 @@
 
 #include "config.h"
 #include "PlaylistSong.hxx"
-#include "Mapper.hxx"
 #include "SongLoader.hxx"
 #include "tag/Tag.hxx"
 #include "tag/TagBuilder.hxx"
-#include "fs/AllocatedPath.hxx"
 #include "fs/Traits.hxx"
 #include "util/UriUtil.hxx"
 #include "util/Error.hxx"