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
@@ -19,7 +19,7 @@
#include "feature/relay/routerkeys.h"
#include "feature/nodelist/authcert.h"
#include "feature/nodelist/dirlist.h"
#include "feature/nodelist/routerparse.h"
#include "feature/dirparse/routerparse.h"
#include "feature/hs_common/shared_random_client.h"
#include "feature/dircommon/voting_schedule.h"