From 1dc8a9f0e7e37f543d3ddf807feb747a83987680 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Wed, 30 Oct 2013 20:51:41 +0100
Subject: [PATCH] db/proxy: remove obsolete #undefs

---
 src/db/ProxyDatabasePlugin.cxx | 2 --
 1 file changed, 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>