diff options
author | Max Kellermann <max@duempel.org> | 2014-02-24 20:34:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-24 20:34:09 +0100 |
commit | 7c5396ffb9151cb379e883f0776c4db57eeef5ed (patch) | |
tree | b32337cac55509c963af443732833ea9a59228af /src/output/plugins/ShoutOutputPlugin.cxx | |
parent | 83193989575c6cbe06a326156bc0dfcf55f5b31b (diff) | |
download | mpd-7c5396ffb9151cb379e883f0776c4db57eeef5ed.tar.gz mpd-7c5396ffb9151cb379e883f0776c4db57eeef5ed.tar.xz mpd-7c5396ffb9151cb379e883f0776c4db57eeef5ed.zip |
output/{shout,win32}: include cleanup
Diffstat (limited to 'src/output/plugins/ShoutOutputPlugin.cxx')
-rw-r--r-- | src/output/plugins/ShoutOutputPlugin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/output/plugins/ShoutOutputPlugin.cxx b/src/output/plugins/ShoutOutputPlugin.cxx index e693274a7..a16c8fecd 100644 --- a/src/output/plugins/ShoutOutputPlugin.cxx +++ b/src/output/plugins/ShoutOutputPlugin.cxx @@ -29,7 +29,6 @@ #include "Log.hxx" #include <shout/shout.h> -#include <glib.h> #include <assert.h> #include <stdlib.h> |