diff options
author | Max Kellermann <max@duempel.org> | 2013-10-22 00:24:01 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-22 00:59:55 +0200 |
commit | c7bbfef19ad6d800ea1434d4175876b856f716e9 (patch) | |
tree | d03b6811a331126dd089acaf4a51d8f82100296c /src | |
parent | 7f1130b52b3394faa2b1dc01abac76c4cb440840 (diff) | |
download | mpd-c7bbfef19ad6d800ea1434d4175876b856f716e9.tar.gz mpd-c7bbfef19ad6d800ea1434d4175876b856f716e9.tar.xz mpd-c7bbfef19ad6d800ea1434d4175876b856f716e9.zip |
UpdateRemove: include cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/UpdateRemove.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/UpdateRemove.cxx b/src/UpdateRemove.cxx index bb6f36829..6fb4d07a2 100644 --- a/src/UpdateRemove.cxx +++ b/src/UpdateRemove.cxx @@ -34,8 +34,6 @@ #include "SongSticker.hxx" #endif -#include <glib.h> - #include <assert.h> static const Song *removed_song; |