diff options
Diffstat (limited to 'Source/charon/globals.h')
-rw-r--r-- | Source/charon/globals.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/globals.h b/Source/charon/globals.h index 50742b233..d69027794 100644 --- a/Source/charon/globals.h +++ b/Source/charon/globals.h @@ -23,9 +23,9 @@ #ifndef GLOBALS_H_ #define GLOBALS_H_ -#include "send_queue.h" -#include "job_queue.h" -#include "event_queue.h" +#include "queues/send_queue.h" +#include "queues/job_queue.h" +#include "queues/event_queue.h" #include "socket.h" #include "logger_manager.h" |