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/scheduler.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/scheduler.c')
-rw-r--r-- | src/or/scheduler.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/scheduler.c b/src/or/scheduler.c index 7c423064c7..b8eaca3dca 100644 --- a/src/or/scheduler.c +++ b/src/or/scheduler.c @@ -4,7 +4,7 @@ #include "or/or.h" #include "or/config.h" -#include "common/compat_libevent.h" +#include "lib/evloop/compat_libevent.h" #define SCHEDULER_PRIVATE_ #define SCHEDULER_KIST_PRIVATE #include "or/scheduler.h" @@ -12,7 +12,7 @@ #include "lib/container/buffers.h" #define TOR_CHANNEL_INTERNAL_ #include "or/channeltls.h" -#include "common/compat_libevent.h" +#include "lib/evloop/compat_libevent.h" #include "or/or_connection_st.h" |