diff options
author | Max Kellermann <max@duempel.org> | 2013-12-15 18:33:17 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-15 18:33:26 +0100 |
commit | 635d6a19efc61fb59fc51fc280f239501bb9c2d4 (patch) | |
tree | 55574e40d74528af9cbdc96b11d5103bd2042d6a /src/PlaylistSong.cxx | |
parent | 777844ae0c0c24720efc1288bb20f12b191e5bdf (diff) | |
download | mpd-635d6a19efc61fb59fc51fc280f239501bb9c2d4.tar.gz mpd-635d6a19efc61fb59fc51fc280f239501bb9c2d4.tar.xz mpd-635d6a19efc61fb59fc51fc280f239501bb9c2d4.zip |
util/Tokenizer, ...: include cleanup
Diffstat (limited to 'src/PlaylistSong.cxx')
-rw-r--r-- | src/PlaylistSong.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PlaylistSong.cxx b/src/PlaylistSong.cxx index 084f534ad..f016e46b6 100644 --- a/src/PlaylistSong.cxx +++ b/src/PlaylistSong.cxx @@ -30,8 +30,6 @@ #include "util/Error.hxx" #include "Song.hxx" -#include <glib.h> - #include <assert.h> #include <string.h> |