diff options
Diffstat (limited to 'modules/window/c++/xcb.hpp')
-rw-r--r-- | modules/window/c++/xcb.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/window/c++/xcb.hpp b/modules/window/c++/xcb.hpp index 4c7b9fa..1694923 100644 --- a/modules/window/c++/xcb.hpp +++ b/modules/window/c++/xcb.hpp @@ -4,14 +4,14 @@ #error "XCB is not supported" #endif -#include "backends.hpp -#include "device.hpp -#include "window.hpp +#include "backends.hpp" +#include "device.hpp" +#include "window.hpp" #include <map> -#include <X11/Xlib-xcb.h> -#include <X11/Xlib.h> +#include <X11/Xlib-xcb.hpp> +#include <X11/Xlib.hpp> namespace saw { namespace gfx { |