diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2011-11-01 15:00:37 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-03 10:23:33 -0400 |
commit | 72d4d762c19a81a81574d7e09cd4b0e3af1e6dbc (patch) | |
tree | b1d99d95646ed1f2d8c2b3c5aa2ca711c6f1a350 /src/common/compat.h | |
parent | 5613b9b9f2a50865efaf10bdd7e80052d78ba5dc (diff) | |
download | tor-72d4d762c19a81a81574d7e09cd4b0e3af1e6dbc.tar.gz tor-72d4d762c19a81a81574d7e09cd4b0e3af1e6dbc.zip |
Remove some duplicate includes
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 8e271ba905..045f414c61 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -45,9 +45,6 @@ #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif -#ifdef HAVE_SYS_TYPES_H -#include <sys/types.h> -#endif #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif |