mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user