diff options
Diffstat (limited to 'modules/window/c++/device.hpp')
-rw-r--r-- | modules/window/c++/device.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/window/c++/device.hpp b/modules/window/c++/device.hpp index f2524db..cfcc2e2 100644 --- a/modules/window/c++/device.hpp +++ b/modules/window/c++/device.hpp @@ -1,11 +1,11 @@ #pragma once -#include "window.hpp +#include "window.hpp" -#include <forstio/async/async.h> -#include <forstio/common.h> -#include <forstio/codec/data.h> -#include <forstio/io/io.h> +#include <forstio/async/async.hpp> +#include <forstio/common.hpp> +#include <forstio/codec/data.hpp> +#include <forstio/io/io.hpp> #include <string_view> #include <variant> |