Move routerparse and parsecommon to their own module.

This commit is contained in:
Nick Mathewson
2018-09-30 17:53:58 -05:00
parent b058f64cc0
commit 6785aa4010
51 changed files with 60 additions and 59 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"