Remove versions.h include from routerparse.h

This commit is contained in:
Nick Mathewson
2018-10-01 11:22:47 -05:00
parent 5f9839ee42
commit d199348664
9 changed files with 21 additions and 22 deletions
-2
View File
@@ -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);