diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-30 12:58:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-05-02 09:22:13 -0400 |
commit | 9c3aa22740b79cb55d4c2d523ffb3adb09e02479 (patch) | |
tree | 6af3f56b483f8c90cc0de866e255ab1c5e6d47ec /src/app/main | |
parent | a45413e7d58363fc4df71376b7cfc56d52534f86 (diff) | |
download | tor-9c3aa22740b79cb55d4c2d523ffb3adb09e02479.tar.gz tor-9c3aa22740b79cb55d4c2d523ffb3adb09e02479.zip |
Remove some now-needless dirauth includes
Diffstat (limited to 'src/app/main')
-rw-r--r-- | src/app/main/shutdown.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/app/main/shutdown.c b/src/app/main/shutdown.c index 390a512c13..c302ce455c 100644 --- a/src/app/main/shutdown.c +++ b/src/app/main/shutdown.c @@ -36,9 +36,6 @@ #include "feature/control/control.h" #include "feature/control/control_auth.h" #include "feature/dirauth/authmode.h" -#include "feature/dirauth/bwauth.h" -#include "feature/dirauth/dirvote.h" -#include "feature/dirauth/keypin.h" #include "feature/dirauth/shared_random.h" #include "feature/dircache/consdiffmgr.h" #include "feature/dircache/dirserv.h" |