aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/nodelist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-01 11:35:11 -0500
committerNick Mathewson <nickm@torproject.org>2018-10-01 11:35:11 -0500
commit886dc8b0a5ed1ee6c7eaf9f50fb00f2001e2ee20 (patch)
tree7cbb3c94e44ce303a56f683b1b7d5b2ab0bbda1a /src/feature/nodelist/nodelist.c
parentd19934866417aa9106fb17c39cfec606d33eacdb (diff)
downloadtor-886dc8b0a5ed1ee6c7eaf9f50fb00f2001e2ee20.tar.gz
tor-886dc8b0a5ed1ee6c7eaf9f50fb00f2001e2ee20.zip
Remove routerparse include from files that dont use it
Diffstat (limited to 'src/feature/nodelist/nodelist.c')
-rw-r--r--src/feature/nodelist/nodelist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/nodelist/nodelist.c b/src/feature/nodelist/nodelist.c
index 29150d931e..600dfcf56c 100644
--- a/src/feature/nodelist/nodelist.c
+++ b/src/feature/nodelist/nodelist.c
@@ -61,7 +61,6 @@
#include "feature/nodelist/node_select.h"
#include "feature/nodelist/nodelist.h"
#include "feature/nodelist/routerlist.h"
-#include "feature/dirparse/routerparse.h"
#include "feature/nodelist/routerset.h"
#include "feature/nodelist/torcert.h"
#include "feature/rend/rendservice.h"