diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-07 04:45:07 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-07 04:48:25 +0200 |
commit | 6662ce280f002881e07d4ac5bc1a8fd5786a304c (patch) | |
tree | 81a94e5f618c88d329e4fe1f475ac84094c6e4ed /src/fastd.h | |
parent | 78e1baac0654aad82b855f8ded90c1f35c81a552 (diff) | |
download | fastd-6662ce280f002881e07d4ac5bc1a8fd5786a304c.tar fastd-6662ce280f002881e07d4ac5bc1a8fd5786a304c.zip |
Move some includes to compat.h
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fastd.h b/src/fastd.h index 5399e90..b346bf0 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -35,18 +35,12 @@ #include <stdarg.h> #include <stddef.h> #include <stdio.h> -#include <stdint.h> #include <stdlib.h> #include <string.h> #include <syslog.h> #include <time.h> -#include <unistd.h> #include <sys/uio.h> -#include <sys/socket.h> - -#include <netinet/in.h> -#include <netinet/if_ether.h> /* This must be adjusted when new methods are added */ #define MAX_METHODS 3 |