From: Nick Mathewson Date: Thu, 11 Oct 2007 21:40:32 +0000 (+0000) Subject: r15702@catbus: nickm | 2007-10-11 17:29:20 -0400 X-Git-Tag: tor-0.2.0.8-alpha~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3de8158b1600927068edf5a723c0e447187b203d;p=thirdparty%2Ftor.git r15702@catbus: nickm | 2007-10-11 17:29:20 -0400 Remove a bunch of redundant includes in crypto.c svn:r11885 --- diff --git a/src/common/crypto.c b/src/common/crypto.c index 45a962b632..2de0f31695 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -22,8 +22,6 @@ const char crypto_c_id[] = #include #endif -#include - #include #include #include @@ -32,15 +30,8 @@ const char crypto_c_id[] = #include #include #include -#include -#include #include -#include -#include -#include -#include - #ifdef HAVE_CTYPE_H #include #endif