From d4de4c2d210d2e8c9b5aedf70695594809ad6a0b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 30 Dec 2005 13:16:54 +0000 Subject: r12608: Remove some unused #include lines. (This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981) --- source4/lib/socket/connect.c | 1 - source4/lib/socket/connect_multi.c | 1 - source4/lib/socket/socket_ipv6.c | 1 - 3 files changed, 3 deletions(-) (limited to 'source4/lib/socket') diff --git a/source4/lib/socket/connect.c b/source4/lib/socket/connect.c index 4dc1053021..dd3a6047a6 100644 --- a/source4/lib/socket/connect.c +++ b/source4/lib/socket/connect.c @@ -25,7 +25,6 @@ #include "includes.h" #include "lib/socket/socket.h" #include "lib/events/events.h" -#include "librpc/gen_ndr/nbt.h" #include "libcli/composite/composite.h" diff --git a/source4/lib/socket/connect_multi.c b/source4/lib/socket/connect_multi.c index 258560cec5..6a90ef9a05 100644 --- a/source4/lib/socket/connect_multi.c +++ b/source4/lib/socket/connect_multi.c @@ -26,7 +26,6 @@ #include "lib/socket/socket.h" #include "lib/events/events.h" #include "libcli/composite/composite.h" -#include "librpc/gen_ndr/nbt.h" #define MULTI_PORT_DELAY 2000 /* microseconds */ diff --git a/source4/lib/socket/socket_ipv6.c b/source4/lib/socket/socket_ipv6.c index ee3e118349..bc47d4f554 100644 --- a/source4/lib/socket/socket_ipv6.c +++ b/source4/lib/socket/socket_ipv6.c @@ -22,7 +22,6 @@ #include "includes.h" #include "lib/socket/socket.h" #include "system/network.h" -#include "system/filesys.h" static struct in6_addr interpret_addr6(const char *name) { -- cgit