From: Roger Dingledine Date: Mon, 1 Sep 2008 21:24:25 +0000 (+0000) Subject: take out the crazy line from last night that made no sense. apparently X-Git-Tag: tor-0.2.1.6-alpha~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed45a42f98e0cdbbe6b2a5c03c0fa354abb5eb13;p=thirdparty%2Ftor.git take out the crazy line from last night that made no sense. apparently it does work for tas after all. svn:r16724 --- diff --git a/src/common/container.c b/src/common/container.c index 908bc9485e..ffb4ffe497 100644 --- a/src/common/container.c +++ b/src/common/container.c @@ -14,7 +14,6 @@ const char container_c_id[] = * a digest-to-void* map. **/ -#include "orconfig.h" #include "compat.h" #include "util.h" #include "log.h"