diff options
Diffstat (limited to 'modules/window/c++/window.hpp')
-rw-r--r-- | modules/window/c++/window.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/window/c++/window.hpp b/modules/window/c++/window.hpp index 4637ea7..68c625e 100644 --- a/modules/window/c++/window.hpp +++ b/modules/window/c++/window.hpp @@ -1,10 +1,10 @@ #pragma once -#include "video_mode.hpp +#include "video_mode.hpp" -#include <forstio/async/async.h> -#include <forstio/common.h> -#include <forstio/codec/schema.h> +#include <forstio/async/async.hpp> +#include <forstio/common.hpp> +#include <forstio/codec/schema.hpp> #include <string_view> #include <variant> @@ -27,7 +27,7 @@ class window; } } -#include "linux_xcb.hpp +#include "linux_xcb.hpp" /** namespace saw { |