GlobalEvents: include cleanup

This commit is contained in:
Max Kellermann 2016-03-05 18:34:22 +01:00
parent 23ab4e5e5f
commit 071af004bd

View File

@ -20,15 +20,6 @@
#ifndef MPD_GLOBAL_EVENTS_HXX
#define MPD_GLOBAL_EVENTS_HXX
#ifdef WIN32
#include <windows.h>
/* 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 {