From 2c8a10fe88a94e8d591d920487106f27b4e6f020 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 3 Jan 2009 11:30:21 +0100 Subject: tevent: remove dependency to SOCKET_WRAPPER via "system/network.h" metze --- lib/tevent/tevent_aio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/tevent/tevent_aio.c') diff --git a/lib/tevent/tevent_aio.c b/lib/tevent/tevent_aio.c index b768b7906d..decdcc7bbc 100644 --- a/lib/tevent/tevent_aio.c +++ b/lib/tevent/tevent_aio.c @@ -32,7 +32,6 @@ #include "replace.h" #include "system/filesys.h" -#include "system/network.h" #include "system/select.h" #include "tevent.h" #include "tevent_internal.h" -- cgit