diff options
Diffstat (limited to 'pugl_cairo_test.c')
-rw-r--r-- | pugl_cairo_test.c | 8 |
1 files changed, 4 insertions, 4 deletions
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 <stdint.h> -#include <stdio.h> -#include <string.h> +#include "pugl/pugl.h" #include <cairo/cairo.h> -#include "pugl/pugl.h" +#include <stdint.h> +#include <stdio.h> +#include <string.h> static int quit = 0; static bool entered = false; |