diff options
author | Max Kellermann <max@duempel.org> | 2013-01-29 18:33:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-29 18:33:37 +0100 |
commit | 20f85745e7741141953cd9a6715db0d472f567d1 (patch) | |
tree | 28f2e577d1113f3cdd2665edcc93ab24eadefa27 /src/PlaylistFile.cxx | |
parent | feb8d5b82f3e7c67806d5efbef1e0b86170ec6dd (diff) | |
download | mpd-20f85745e7741141953cd9a6715db0d472f567d1.tar.gz mpd-20f85745e7741141953cd9a6715db0d472f567d1.tar.xz mpd-20f85745e7741141953cd9a6715db0d472f567d1.zip |
require GLib 2.24
Diffstat (limited to 'src/PlaylistFile.cxx')
-rw-r--r-- | src/PlaylistFile.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PlaylistFile.cxx b/src/PlaylistFile.cxx index 278e521ba..f8d924de1 100644 --- a/src/PlaylistFile.cxx +++ b/src/PlaylistFile.cxx @@ -37,8 +37,6 @@ extern "C" { #include "uri.h" } -#include "glib_compat.h" - #include <assert.h> #include <sys/types.h> #include <sys/stat.h> |