diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-05-14 15:19:43 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-05-14 15:20:17 +0200 |
commit | 3b6042e192f7196b73ec4f3ef948e26cff5f4055 (patch) | |
tree | e2eb1fe00209f9222becc92e5208c04e1be3d1e3 | |
parent | 136f369b23946698c9fcfd217444ddc0614cde85 (diff) | |
download | samba-3b6042e192f7196b73ec4f3ef948e26cff5f4055.tar.gz samba-3b6042e192f7196b73ec4f3ef948e26cff5f4055.tar.bz2 samba-3b6042e192f7196b73ec4f3ef948e26cff5f4055.zip |
lib/events: system/network.h isn't needed
metze
(This used to be commit 59faf3bf670140784d5698bbdc8b86afe8e188ec)
-rw-r--r-- | source4/lib/events/configure.ac | 1 | ||||
-rw-r--r-- | source4/lib/events/events_aio.c | 1 | ||||
-rw-r--r-- | source4/lib/events/events_epoll.c | 1 | ||||
-rw-r--r-- | source4/lib/events/events_standard.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/source4/lib/events/configure.ac b/source4/lib/events/configure.ac index 4eb3575aac..afae82d7c0 100644 --- a/source4/lib/events/configure.ac +++ b/source4/lib/events/configure.ac @@ -6,7 +6,6 @@ AC_INIT(events, 1.0.0) AC_CONFIG_SRCDIR([events.c]) AC_CONFIG_HEADER(config.h) AC_LIBREPLACE_ALL_CHECKS -AC_LIBREPLACE_NETWORK_CHECKS m4_include(libtalloc.m4) diff --git a/source4/lib/events/events_aio.c b/source4/lib/events/events_aio.c index a0417384e0..b1343efd14 100644 --- a/source4/lib/events/events_aio.c +++ b/source4/lib/events/events_aio.c @@ -32,7 +32,6 @@ #include "includes.h" #include "system/filesys.h" -#include "system/network.h" #include "lib/util/dlinklist.h" #include "lib/events/events.h" #include "lib/events/events_internal.h" diff --git a/source4/lib/events/events_epoll.c b/source4/lib/events/events_epoll.c index 07e66154fc..7316f0f31f 100644 --- a/source4/lib/events/events_epoll.c +++ b/source4/lib/events/events_epoll.c @@ -28,7 +28,6 @@ #include "events_util.h" #endif #include "system/filesys.h" -#include "system/network.h" #include "events.h" #include "events_internal.h" #include <sys/epoll.h> diff --git a/source4/lib/events/events_standard.c b/source4/lib/events/events_standard.c index 4e41c42206..017ebc02f2 100644 --- a/source4/lib/events/events_standard.c +++ b/source4/lib/events/events_standard.c @@ -35,7 +35,6 @@ #include "events_util.h" #endif #include "system/filesys.h" -#include "system/network.h" #include "system/select.h" /* needed for HAVE_EVENTS_EPOLL */ #include "events.h" #include "events_internal.h" |