diff options
author | Max Kellermann <max@duempel.org> | 2013-10-30 20:51:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-30 20:51:41 +0100 |
commit | 1dc8a9f0e7e37f543d3ddf807feb747a83987680 (patch) | |
tree | e242fdd450d7815b255e37730c994dec3bed48aa | |
parent | a62d54425cb263baf4286408dca73800bb7b9fdf (diff) | |
download | mpd-1dc8a9f0e7e37f543d3ddf807feb747a83987680.tar.gz mpd-1dc8a9f0e7e37f543d3ddf807feb747a83987680.tar.xz mpd-1dc8a9f0e7e37f543d3ddf807feb747a83987680.zip |
db/proxy: remove obsolete #undefs
-rw-r--r-- | src/db/ProxyDatabasePlugin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/db/ProxyDatabasePlugin.cxx b/src/db/ProxyDatabasePlugin.cxx index 40b710e7f..71c652ef9 100644 --- a/src/db/ProxyDatabasePlugin.cxx +++ b/src/db/ProxyDatabasePlugin.cxx @@ -33,8 +33,6 @@ #include "util/Domain.hxx" #include "protocol/Ack.hxx" -#undef MPD_DIRECTORY_H -#undef MPD_SONG_H #include <mpd/client.h> #include <cassert> |