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_cairo_test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pugl_cairo_test.c') diff --git a/pugl_cairo_test.c b/pugl_cairo_test.c index 78abcfa..9480560 100644 --- a/pugl_cairo_test.c +++ b/pugl_cairo_test.c @@ -18,13 +18,13 @@ @file pugl_cairo_test.c A simple Pugl test that creates a top-level window. */ -#include -#include -#include +#include "pugl/pugl.h" #include -#include "pugl/pugl.h" +#include +#include +#include static int quit = 0; static bool entered = false; -- cgit v1.2.1