diff options
Diffstat (limited to 'modules/async/c++/async.cpp')
-rw-r--r-- | modules/async/c++/async.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/async/c++/async.cpp b/modules/async/c++/async.cpp index e10ee16..742d43c 100644 --- a/modules/async/c++/async.cpp +++ b/modules/async/c++/async.cpp @@ -1,6 +1,6 @@ -#include "async.h" -#include <forstio/common.h> -#include <forstio/error.h> +#include "async.hpp" +#include <forstio/common.hpp> +#include <forstio/error.hpp> #include <algorithm> #include <cassert> |