diff options
Diffstat (limited to 'modules/async/async.cpp')
-rw-r--r-- | modules/async/async.cpp | 4 |
1 files changed, 2 insertions, 2 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> |