From 0b7323319756f0fae6625926d055066d114e6873 Mon Sep 17 00:00:00 2001 From: chme Date: Thu, 21 May 2015 07:15:05 +0200 Subject: [PATCH] [mpd] remove libevent1 support --- src/mpd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mpd.c b/src/mpd.c index 30e7d2d4..ab76a453 100644 --- a/src/mpd.c +++ b/src/mpd.c @@ -34,14 +34,10 @@ #include #include -#ifdef HAVE_LIBEVENT2 # include # include # include # include -#else -# include -#endif #if defined(HAVE_SYS_EVENTFD_H) && defined(HAVE_EVENTFD) # define USE_EVENTFD