From 80132c8e221aa5a922496c46e23432685885ba04 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 23 Jan 2024 16:23:53 +0100 Subject: modules-all: Renamed every .h file to .hpp --- modules/window-opengl/gl_xcb.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/window-opengl/gl_xcb.hpp') diff --git a/modules/window-opengl/gl_xcb.hpp b/modules/window-opengl/gl_xcb.hpp index a737e41..79f182c 100644 --- a/modules/window-opengl/gl_xcb.hpp +++ b/modules/window-opengl/gl_xcb.hpp @@ -1,16 +1,16 @@ #pragma once -#include +#include #ifndef SAW_OGL #error "OpenGL is not supported" #endif -#include "gl_backends.hpp -#include "gl_context.hpp -#include "gl_window.hpp +#include "gl_backends.hpp" +#include "gl_context.hpp" +#include "gl_window.hpp" -#include +#include namespace saw { namespace gfx { -- cgit v1.2.3