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/output | |
parent | feb8d5b82f3e7c67806d5efbef1e0b86170ec6dd (diff) | |
download | mpd-20f85745e7741141953cd9a6715db0d472f567d1.tar.gz mpd-20f85745e7741141953cd9a6715db0d472f567d1.tar.xz mpd-20f85745e7741141953cd9a6715db0d472f567d1.zip |
require GLib 2.24
Diffstat (limited to '')
-rw-r--r-- | src/output/OssOutputPlugin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/output/OssOutputPlugin.cxx b/src/output/OssOutputPlugin.cxx index 5810825f1..ace88b6f4 100644 --- a/src/output/OssOutputPlugin.cxx +++ b/src/output/OssOutputPlugin.cxx @@ -22,7 +22,6 @@ #include "output_api.h" #include "mixer_list.h" #include "fd_util.h" -#include "glib_compat.h" #include <glib.h> |