Code

aconnect: remove redundant #include, fixes windows build
[ncmpc.git] / src / aconnect.c
index a0f73154a75fbbdd5ca5966fb4c0d5992d983b24..701dbeccb5b2db4e6d2cd9fda45520b7b08f0640 100644 (file)
@@ -40,7 +40,6 @@
 #include <string.h>
 #include <stdio.h>
 #include <errno.h>
-#include <sys/socket.h>
 
 struct aconnect {
        const struct aconnect_handler *handler;