Fix several #includes.

This commit is contained in:
Guus Sliepen 2004-10-01 18:23:08 +00:00
parent 2c40495747
commit b0a80007e8
2 changed files with 1 additions and 17 deletions

View file

@ -22,22 +22,6 @@
#include "system.h"
#ifdef HAVE_NET_ETHERNET_H
#include <net/ethernet.h>
#endif
#ifdef HAVE_NET_IF_ARP_H
#include <net/if_arp.h>
#endif
#ifdef HAVE_NETINET_IP_ICMP_H
#include <netinet/ip_icmp.h>
#endif
#ifdef HAVE_NETINET_ICMP6_H
#include <netinet/icmp6.h>
#endif
#ifdef HAVE_NETINET_IF_ETHER_H
#include <netinet/if_ether.h>
#endif
#include "avl_tree.h"
#include "connection.h"
#include "ethernet.h"

View file

@ -39,7 +39,7 @@
#include <lzo1x.h>
#include <getopt.h>
#include <pidfile.h>
#include "pidfile.h"
#include "conf.h"
#include "device.h"