diff options
Diffstat (limited to 'src/or/scheduler.h')
-rw-r--r-- | src/or/scheduler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/scheduler.h b/src/or/scheduler.h index 24e85b21a3..37c192fea9 100644 --- a/src/or/scheduler.h +++ b/src/or/scheduler.h @@ -9,9 +9,9 @@ #ifndef TOR_SCHEDULER_H #define TOR_SCHEDULER_H -#include "or.h" -#include "channel.h" -#include "testsupport.h" +#include "or/or.h" +#include "or/channel.h" +#include "common/testsupport.h" /** Scheduler type, we build an ordered list with those values from the * parsed strings in Schedulers. The reason to do such a thing is so we can |