diff options
Diffstat (limited to 'pugl_test.c')
-rw-r--r-- | pugl_test.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <locale.h> #include <math.h> #include <stdio.h> #include <string.h> -#include "pugl/gl.h" -#include "pugl/pugl.h" - static int quit = 0; static float xAngle = 0.0f; static float yAngle = 0.0f; |