diff options
author | Roger Dingledine <arma@torproject.org> | 2008-09-01 21:24:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-09-01 21:24:25 +0000 |
commit | ed45a42f98e0cdbbe6b2a5c03c0fa354abb5eb13 (patch) | |
tree | 36cbacd2737710a2b382c5c4a081eb2f35b507d5 | |
parent | 9f823f54d506e616652e1af84af8d1fc1222daab (diff) | |
download | tor-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.c | 1 |
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" |