diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-05 15:14:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-05 15:22:17 -0400 |
commit | 2d69c32bb6dfc9f336cb897ffc6ab06931d2840b (patch) | |
tree | 6c9a4e11a99e77cb304813e58f7769c5eac87db1 /src/or/control.c | |
parent | 1e417b7275028a50227f57fb71d04c1837ec4b2c (diff) | |
download | tor-2d69c32bb6dfc9f336cb897ffc6ab06931d2840b.tar.gz tor-2d69c32bb6dfc9f336cb897ffc6ab06931d2840b.zip |
Clean up include paths for libtor-evloop (automated)
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/control.c b/src/or/control.c index ea12448126..aa43fccff0 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -46,7 +46,7 @@ #include "or/circuitstats.h" #include "or/circuituse.h" #include "or/command.h" -#include "common/compat_libevent.h" +#include "lib/evloop/compat_libevent.h" #include "or/config.h" #include "or/confparse.h" #include "or/connection.h" @@ -113,8 +113,8 @@ #endif #include "lib/crypt_ops/crypto_s2k.h" -#include "common/procmon.h" -#include "common/compat_libevent.h" +#include "lib/evloop/procmon.h" +#include "lib/evloop/compat_libevent.h" /** Yield true iff <b>s</b> is the state of a control_connection_t that has * finished authentication and is accepting commands. */ |