mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Move routerparse and parsecommon to their own module.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
#define ROUTERPARSE_PRIVATE
|
||||
#include "core/or/or.h"
|
||||
#include "feature/nodelist/routerparse.h"
|
||||
#include "feature/dirparse/routerparse.h"
|
||||
#include "feature/nodelist/networkstatus.h"
|
||||
#include "lib/crypt_ops/crypto_ed25519.h"
|
||||
#include "feature/nodelist/networkstatus_st.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
#define ROUTERPARSE_PRIVATE
|
||||
#include "core/or/or.h"
|
||||
#include "feature/nodelist/routerparse.h"
|
||||
#include "feature/dirparse/routerparse.h"
|
||||
#include "feature/nodelist/routerlist.h"
|
||||
#include "feature/nodelist/torcert.h"
|
||||
#include "feature/keymgt/loadkey.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
#define ROUTERPARSE_PRIVATE
|
||||
#include "core/or/or.h"
|
||||
#include "feature/nodelist/routerparse.h"
|
||||
#include "feature/dirparse/routerparse.h"
|
||||
#include "feature/nodelist/routerlist.h"
|
||||
#include "feature/relay/routerkeys.h"
|
||||
#include "test/fuzz/fuzzing.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
#define ROUTERPARSE_PRIVATE
|
||||
#include "core/or/or.h"
|
||||
#include "feature/nodelist/routerparse.h"
|
||||
#include "feature/dirparse/routerparse.h"
|
||||
#include "feature/rend/rendcommon.h"
|
||||
#include "lib/crypt_ops/crypto_ed25519.h"
|
||||
#include "test/fuzz/fuzzing.h"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "trunnel/ed25519_cert.h" /* Trunnel interface. */
|
||||
#include "lib/crypt_ops/crypto_ed25519.h"
|
||||
#include "feature/hs/hs_descriptor.h"
|
||||
#include "feature/nodelist/routerparse.h"
|
||||
#include "feature/dirparse/routerparse.h"
|
||||
|
||||
#include "test/fuzz/fuzzing.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
#define ROUTERPARSE_PRIVATE
|
||||
#include "core/or/or.h"
|
||||
#include "feature/nodelist/routerparse.h"
|
||||
#include "feature/dirparse/routerparse.h"
|
||||
#include "feature/rend/rendcommon.h"
|
||||
#include "lib/crypt_ops/crypto_ed25519.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
#define ROUTERPARSE_PRIVATE
|
||||
#include "core/or/or.h"
|
||||
#include "feature/nodelist/routerparse.h"
|
||||
#include "feature/dirparse/routerparse.h"
|
||||
#include "feature/nodelist/microdesc.h"
|
||||
#include "lib/crypt_ops/crypto_ed25519.h"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#define ROUTERPARSE_PRIVATE
|
||||
#define NETWORKSTATUS_PRIVATE
|
||||
#include "core/or/or.h"
|
||||
#include "feature/nodelist/routerparse.h"
|
||||
#include "feature/dirparse/routerparse.h"
|
||||
#include "lib/memarea/memarea.h"
|
||||
#include "feature/nodelist/microdesc.h"
|
||||
#include "feature/nodelist/networkstatus.h"
|
||||
|
||||
Reference in New Issue
Block a user