From 626a49c269351ab47ba8ab1847eae0d13fd62934 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 27 Jul 2019 21:48:21 +0200 Subject: Cleanup: Clean up includes and call IWYU in lint target --- pugl/detail/x11_gl.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pugl/detail/x11_gl.c') diff --git a/pugl/detail/x11_gl.c b/pugl/detail/x11_gl.c index 929d3a5..6ed8622 100644 --- a/pugl/detail/x11_gl.c +++ b/pugl/detail/x11_gl.c @@ -20,11 +20,16 @@ #include "pugl/detail/implementation.h" #include "pugl/detail/x11.h" +#include "pugl/pugl.h" #include "pugl/pugl_gl_backend.h" #include #include +#include +#include +#include +#include #include #include -- cgit v1.2.1