From 539c1ddd4029f4ea62368c45955d0c1f6bca4006 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Feb 2019 22:37:50 +0100 Subject: Clean up includes --- pugl/pugl_x11.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pugl/pugl_x11.h') diff --git a/pugl/pugl_x11.h b/pugl/pugl_x11.h index a8c8c02..9c53c49 100644 --- a/pugl/pugl_x11.h +++ b/pugl/pugl_x11.h @@ -14,11 +14,12 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include - #include "pugl/pugl.h" #include "pugl/pugl_internal_types.h" +#include +#include + struct PuglInternalsImpl { Display* display; int screen; -- cgit v1.2.1