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