From: Max Kellermann Date: Sat, 25 Mar 2017 20:35:09 +0000 (+0100) Subject: aconnect: remove redundant #include, fixes windows build X-Git-Tag: v0.27~1 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=7e8c276165ab8de4d579076a56fab65c8b816039 aconnect: remove redundant #include, fixes windows build --- diff --git a/NEWS b/NEWS index 5b3a4d0..c4df1eb 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ ncmpc 0.27 - not yet released * work around connect failure if /var/run/mpd/socket does not exist * remove the status bar clock (option "display-time") * fix assertion failure after connect failure +* several Windows build fixes ncmpc 0.26 - (2017-03-20) * require libmpdclient 2.9 diff --git a/src/aconnect.c b/src/aconnect.c index a0f7315..701dbec 100644 --- a/src/aconnect.c +++ b/src/aconnect.c @@ -40,7 +40,6 @@ #include #include #include -#include struct aconnect { const struct aconnect_handler *handler;