diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-09 19:30:50 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-09 19:30:50 +0000 |
commit | d9d053d70b23ef46610867298dabdec579cef9c4 (patch) | |
tree | 74de256a82564ed80848297d118a55c300642025 /src/common/compat.c | |
parent | 7daab4034dff228245cd8cdc16191457087fcd01 (diff) | |
download | tor-d9d053d70b23ef46610867298dabdec579cef9c4.tar.gz tor-d9d053d70b23ef46610867298dabdec579cef9c4.zip |
Clean windows a little
svn:r2757
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index c9842b98d6..457b798f7e 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -11,10 +11,7 @@ #include "compat.h" #ifdef MS_WINDOWS -#include <io.h> #include <process.h> -#include <direct.h> -#include <windows.h> #endif #ifdef HAVE_UNAME #include <sys/utsname.h> |