aboutsummaryrefslogtreecommitdiff
path: root/src/common/mempool.c
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2011-11-01 15:00:37 +0100
committerNick Mathewson <nickm@torproject.org>2011-11-03 10:23:33 -0400
commit72d4d762c19a81a81574d7e09cd4b0e3af1e6dbc (patch)
treeb1d99d95646ed1f2d8c2b3c5aa2ca711c6f1a350 /src/common/mempool.c
parent5613b9b9f2a50865efaf10bdd7e80052d78ba5dc (diff)
downloadtor-72d4d762c19a81a81574d7e09cd4b0e3af1e6dbc.tar
tor-72d4d762c19a81a81574d7e09cd4b0e3af1e6dbc.tar.gz
Remove some duplicate includes
Diffstat (limited to 'src/common/mempool.c')
-rw-r--r--src/common/mempool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/mempool.c b/src/common/mempool.c
index 30d778804..1462c5f8f 100644
--- a/src/common/mempool.c
+++ b/src/common/mempool.c
@@ -62,7 +62,6 @@
#if 1
/* Tor dependencies */
-#include "orconfig.h"
#include "util.h"
#include "compat.h"
#include "torlog.h"