diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-05 10:53:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:31 -0500 |
commit | 2b4e716f7aec49469b2b523c86762c8d4bacb4d1 (patch) | |
tree | 91a8ad0f71e13b6607dc7ce64f4ca9c178233b42 | |
parent | a9ecd7a575d2c5a67df2617b1b3ff9e1e8d53dd8 (diff) | |
download | samba-2b4e716f7aec49469b2b523c86762c8d4bacb4d1.tar.gz samba-2b4e716f7aec49469b2b523c86762c8d4bacb4d1.tar.bz2 samba-2b4e716f7aec49469b2b523c86762c8d4bacb4d1.zip |
r3548: removed extra net/if.h include
(This used to be commit 1551f211d983398a4f27eaeebdd4bf05f8beb330)
-rw-r--r-- | source4/lib/netif/netif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/netif/netif.c b/source4/lib/netif/netif.c index 729aeedbe3..9fe4d21bc9 100644 --- a/source4/lib/netif/netif.c +++ b/source4/lib/netif/netif.c @@ -40,7 +40,6 @@ #include <netdb.h> #include <sys/ioctl.h> #include <sys/time.h> -#include <net/if.h> #ifndef AUTOCONF_TEST #include "lib/netif/netif.h" |