mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove versions.h include from routerparse.h
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
#include "core/or/or.h"
|
||||
#include "app/config/config.h"
|
||||
#include "core/or/versions.h"
|
||||
#include "feature/client/entrynodes.h"
|
||||
#include "feature/dirauth/dirvote.h"
|
||||
#include "feature/dirparse/authcert_parse.h"
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
#include "core/or/or.h"
|
||||
#include "app/config/config.h"
|
||||
#include "core/or/policies.h"
|
||||
#include "core/or/versions.h"
|
||||
#include "feature/dirparse/parsecommon.h"
|
||||
#include "feature/dirparse/policy_parse.h"
|
||||
#include "feature/dirparse/routerparse.h"
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
#ifndef TOR_ROUTERPARSE_H
|
||||
#define TOR_ROUTERPARSE_H
|
||||
|
||||
#include "core/or/versions.h"
|
||||
|
||||
int router_get_router_hash(const char *s, size_t s_len, char *digest);
|
||||
int router_get_extrainfo_hash(const char *s, size_t s_len, char *digest);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user