diff options
Diffstat (limited to 'modules/async')
-rw-r--r-- | modules/async/async.cpp | 4 | ||||
-rw-r--r-- | modules/async/async.tmpl.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/async/async.cpp b/modules/async/async.cpp index 360e455..e10ee16 100644 --- a/modules/async/async.cpp +++ b/modules/async/async.cpp @@ -1,6 +1,6 @@ #include "async.h" -#include <forstio/core/common.h> -#include <forstio/core/error.h> +#include <forstio/common.h> +#include <forstio/error.h> #include <algorithm> #include <cassert> diff --git a/modules/async/async.tmpl.h b/modules/async/async.tmpl.h index 9569f60..8fcb59c 100644 --- a/modules/async/async.tmpl.h +++ b/modules/async/async.tmpl.h @@ -1,7 +1,7 @@ #pragma once -#include <forstio/core/common.h> -#include <forstio/core/error.h> +#include <forstio/common.h> +#include <forstio/error.h> #include <cassert> // Template inlining |