diff options
author | Ricard Wanderlof <ricard.wanderlof@axis.com> | 2008-08-27 13:52:12 +0000 |
---|---|---|
committer | Ricard Wanderlof <ricard.wanderlof@axis.com> | 2008-08-27 13:52:12 +0000 |
commit | 3e099cd23b6b1f84451e01f26d2051752f8f2472 (patch) | |
tree | 3737f1db1b24238bb745026534436e08b45bafff | |
parent | d59b43ab8e0abe4f99f54dd0055a518dd41af291 (diff) |
Removed redundant includes.
-rw-r--r-- | libc/inet/ifaddrs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/inet/ifaddrs.h b/libc/inet/ifaddrs.h index f65bcaba3..ba6a1554b 100644 --- a/libc/inet/ifaddrs.h +++ b/libc/inet/ifaddrs.h @@ -22,8 +22,6 @@ #include <features.h> #include <sys/socket.h> -#include <stdbool.h> -#include <stdint.h> __BEGIN_DECLS |