diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-05 17:08:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-05 17:15:50 -0400 |
commit | 667a6e8fe9b8169e86f3ab889c4ea8af845d6939 (patch) | |
tree | 7515fec98954b32da0f6a4f21896f852fc0991e1 /src/feature/dirauth | |
parent | f720a5a439b6fd3e9a283891c15f41f93532d81c (diff) | |
download | tor-667a6e8fe9b8169e86f3ab889c4ea8af845d6939.tar.gz tor-667a6e8fe9b8169e86f3ab889c4ea8af845d6939.zip |
Whoops. Protover.[ch] belong in src/core/or
Diffstat (limited to 'src/feature/dirauth')
-rw-r--r-- | src/feature/dirauth/dirvote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/dirvote.c b/src/feature/dirauth/dirvote.c index 2825465677..ce67c1bb9a 100644 --- a/src/feature/dirauth/dirvote.c +++ b/src/feature/dirauth/dirvote.c @@ -14,7 +14,7 @@ #include "feature/nodelist/nodelist.h" #include "feature/nodelist/parsecommon.h" #include "core/or/policies.h" -#include "core/proto/protover.h" +#include "core/or/protover.h" #include "feature/stats/rephist.h" #include "feature/relay/router.h" #include "feature/relay/routerkeys.h" |