From 071af004bd2266db4e25bc849226d87ef872d6c9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 5 Mar 2016 18:34:22 +0100 Subject: [PATCH] GlobalEvents: include cleanup --- src/GlobalEvents.hxx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/GlobalEvents.hxx b/src/GlobalEvents.hxx index 58777aaf7..ff4b47e5f 100644 --- a/src/GlobalEvents.hxx +++ b/src/GlobalEvents.hxx @@ -20,15 +20,6 @@ #ifndef MPD_GLOBAL_EVENTS_HXX #define MPD_GLOBAL_EVENTS_HXX -#ifdef WIN32 -#include -/* DELETE is a WIN32 macro that poisons our namespace; this is a - kludge to allow us to use it anyway */ -#ifdef DELETE -#undef DELETE -#endif -#endif - class EventLoop; namespace GlobalEvents {