diff options
Diffstat (limited to 'modules/async/c++/async.hpp')
-rw-r--r-- | modules/async/c++/async.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/async/c++/async.hpp b/modules/async/c++/async.hpp index 92ada9c..d116499 100644 --- a/modules/async/c++/async.hpp +++ b/modules/async/c++/async.hpp @@ -1,7 +1,7 @@ #pragma once -#include <forstio/common.h> -#include <forstio/error.h> +#include <forstio/common.hpp> +#include <forstio/error.hpp> #include <chrono> #include <functional> @@ -1020,4 +1020,4 @@ public: } // namespace saw -#include "async.tmpl.hpp +#include "async.tmpl.hpp" |