aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/iptunnel.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-02 20:53:38 +0000
committerRob Landley <rob@landley.net>2006-06-02 20:53:38 +0000
commitecae66ac16338d8cddb55e1782ebd8c5f670ff53 (patch)
treeec67cd4591e5730790172f99eefd519ad7985e58 /networking/libiproute/iptunnel.c
parentff97ee9abda67ac0b85e0dc97a3d78ee85071cbf (diff)
downloadbusybox-ecae66ac16338d8cddb55e1782ebd8c5f670ff53.tar.gz
Header cleanup: don't #include headers that libbb.h already includes.
Diffstat (limited to 'networking/libiproute/iptunnel.c')
-rw-r--r--networking/libiproute/iptunnel.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c
index 23b5d5013..1b1458e1e 100644
--- a/networking/libiproute/iptunnel.c
+++ b/networking/libiproute/iptunnel.c
@@ -13,16 +13,14 @@
* Phil Karn <karn@ka9q.ampr.org> 990408: "pmtudisc" flag
*/
+#include "libbb.h"
#include <sys/socket.h>
#include <sys/ioctl.h>
-#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <arpa/inet.h>
#include <netinet/ip.h>
-#include <netinet/in.h>
#include <net/if.h>
#include <net/if_arp.h>
@@ -37,7 +35,6 @@
#include "utils.h"
#include "ip_common.h"
-#include "libbb.h"
static int do_ioctl_get_ifindex(char *dev)
{