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_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pugl_test.c') diff --git a/pugl_test.c b/pugl_test.c index fc3d921..0b5c916 100644 --- a/pugl_test.c +++ b/pugl_test.c @@ -18,14 +18,14 @@ @file pugl_test.c A simple Pugl test that creates a top-level window. */ +#include "pugl/gl.h" +#include "pugl/pugl.h" + #include #include #include #include -#include "pugl/gl.h" -#include "pugl/pugl.h" - static int quit = 0; static float xAngle = 0.0f; static float yAngle = 0.0f; -- cgit v1.2.1