diff options
Diffstat (limited to 'src/libfast/dispatcher.c')
-rw-r--r-- | src/libfast/dispatcher.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libfast/dispatcher.c b/src/libfast/dispatcher.c index 63c872e35..6b89635ae 100644 --- a/src/libfast/dispatcher.c +++ b/src/libfast/dispatcher.c @@ -26,8 +26,8 @@ #include <threading/thread.h> #include <threading/condvar.h> #include <threading/mutex.h> -#include <utils/linked_list.h> -#include <utils/hashtable.h> +#include <collections/linked_list.h> +#include <collections/hashtable.h> /** Intervall to check for expired sessions, in seconds */ #define CLEANUP_INTERVAL 30 |