diff --git a/src/input/InputPlugin.hxx b/src/input/InputPlugin.hxx index 5918fa3df..3fc48b478 100644 --- a/src/input/InputPlugin.hxx +++ b/src/input/InputPlugin.hxx @@ -20,14 +20,6 @@ #ifndef MPD_INPUT_PLUGIN_HXX #define MPD_INPUT_PLUGIN_HXX -#ifdef WIN32 -#include -/* damn you, windows.h! */ -#ifdef ERROR -#undef ERROR -#endif -#endif - struct ConfigBlock; class Mutex; class Cond;