From 29940c35f257fe00cbf6ddebd5b56314c728958e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 27 Jul 2019 21:44:53 +0200 Subject: Fix various clang-tidy warnings --- pugl/detail/x11_gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/detail/x11_gl.c') diff --git a/pugl/detail/x11_gl.c b/pugl/detail/x11_gl.c index 7fcf169..929d3a5 100644 --- a/pugl/detail/x11_gl.c +++ b/pugl/detail/x11_gl.c @@ -25,8 +25,8 @@ #include #include -#include #include +#include typedef struct { GLXFBConfig fb_config; -- cgit v1.2.1