aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-09-01 21:24:25 +0000
committerRoger Dingledine <arma@torproject.org>2008-09-01 21:24:25 +0000
commited45a42f98e0cdbbe6b2a5c03c0fa354abb5eb13 (patch)
tree36cbacd2737710a2b382c5c4a081eb2f35b507d5
parent9f823f54d506e616652e1af84af8d1fc1222daab (diff)
downloadtor-ed45a42f98e0cdbbe6b2a5c03c0fa354abb5eb13.tar.gz
tor-ed45a42f98e0cdbbe6b2a5c03c0fa354abb5eb13.zip
take out the crazy line from last night that made no sense. apparently
it does work for tas after all. svn:r16724
-rw-r--r--src/common/container.c1
1 files changed, 0 insertions, 1 deletions
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"