summaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
authorvalerino <valerino@te4i.com>2010-05-22 03:02:32 +0200
committerNick Mathewson <nickm@torproject.org>2010-05-24 11:46:54 -0400
commit076063ca90cc784363127e24a83e38bd54b0e003 (patch)
tree33d780ea00896dc38e9f82dbe4f3dd7a0b08196e /src/common/compat.c
parent8d31141ccbdbeee9589d04ea99819af7aa35193b (diff)
downloadtor-076063ca90cc784363127e24a83e38bd54b0e003.tar.gz
tor-076063ca90cc784363127e24a83e38bd54b0e003.zip
moved wince related includes and defs to compat.h where possible, removed unused/redundant wince includes
Diffstat (limited to 'src/common/compat.c')
-rw-r--r--src/common/compat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index f93a1619ce..066623b832 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -22,10 +22,8 @@
#ifdef MS_WINDOWS
#include <process.h>
#include <windows.h>
-#if !defined (WINCE)
#include <sys/locking.h>
#endif
-#endif
#ifdef HAVE_UNAME
#include <sys/utsname.h>