author | Craig Dowell <craigdo@ee.washington.edu> |
Tue, 10 Feb 2009 16:41:38 -0800 | |
changeset 4188 | e03522d77b63 |
parent 4187 | 900966cabdc6 |
child 4189 | 3d72a7d0d864 |
--- a/src/devices/tap-bridge/tap-bridge.cc Fri Feb 06 14:53:55 2009 -0800 +++ b/src/devices/tap-bridge/tap-bridge.cc Tue Feb 10 16:41:38 2009 -0800 @@ -37,12 +37,6 @@ #include <sys/stat.h> #include <sys/socket.h> #include <sys/un.h> -#include <sys/ioctl.h> -#include <net/ethernet.h> -#include <net/if.h> -#include <netinet/in.h> -#include <netpacket/packet.h> -#include <arpa/inet.h> #include <errno.h> #include <limits> #include <stdlib.h>