diff options
author | valerino <valerino@te4i.com> | 2010-05-22 03:02:32 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-05-24 11:46:54 -0400 |
commit | 076063ca90cc784363127e24a83e38bd54b0e003 (patch) | |
tree | 33d780ea00896dc38e9f82dbe4f3dd7a0b08196e /src/or/main.c | |
parent | 8d31141ccbdbeee9589d04ea99819af7aa35193b (diff) | |
download | tor-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/or/main.c')
-rw-r--r-- | src/or/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/main.c b/src/or/main.c index 542383526c..0c3e6d5425 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -24,10 +24,6 @@ #include <event.h> #endif -#if defined (WINCE) -#include <projects.h> -#endif - void evdns_shutdown(int); /********* PROTOTYPES **********/ |