tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 54d9e1b91f7ed2ea3bbe527de17478e8f05fa745
parent e4bfa734a60555a1871a008c2a125fe55d564aa1
Author: Neel Chauhan <neel@neelc.org>
Date:   Wed,  8 Jul 2020 21:42:44 -0700

Remove duplicate #include control_events.h in control_cmd.c

Diffstat:
Msrc/feature/control/control_cmd.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/feature/control/control_cmd.c b/src/feature/control/control_cmd.c @@ -25,7 +25,6 @@ #include "feature/client/addressmap.h" #include "feature/client/dnsserv.h" #include "feature/client/entrynodes.h" -#include "feature/control/control_events.h" #include "feature/control/control.h" #include "feature/control/control_auth.h" #include "feature/control/control_cmd.h"