Remove needless includes from or.h

or.h should really include only the minimum of stuff from or/*,
common/*, and lib/*.
This commit is contained in:
Nick Mathewson
2018-07-01 11:32:11 -04:00
parent 7a61a92870
commit 471104eaa5
95 changed files with 262 additions and 201 deletions
+2 -1
View File
@@ -13,6 +13,8 @@
#include "or/networkstatus.h"
#include "or/routerparse.h"
#include "common/workqueue.h"
#include "lib/compress/compress.h"
#include "lib/encoding/confline.h"
#include "or/networkstatus_st.h"
@@ -896,4 +898,3 @@ struct testcase_t consdiffmgr_tests[] = {
END_OF_TESTCASES
};