diff options
Diffstat (limited to 'src/common/timers.c')
-rw-r--r-- | src/common/timers.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/common/timers.c b/src/common/timers.c index cadbe7ff6c..2c39cf74b2 100644 --- a/src/common/timers.c +++ b/src/common/timers.c @@ -31,11 +31,11 @@ #define TOR_TIMERS_PRIVATE -#include "compat.h" -#include "compat_libevent.h" -#include "timers.h" -#include "torlog.h" -#include "util.h" +#include "common/compat.h" +#include "common/compat_libevent.h" +#include "common/timers.h" +#include "common/torlog.h" +#include "common/util.h" struct timeout_cb { timer_cb_fn_t cb; |