aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_internal.h')
-rw-r--r--pugl/pugl_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pugl/pugl_internal.h b/pugl/pugl_internal.h
index c3a342c..ce79d2a 100644
--- a/pugl/pugl_internal.h
+++ b/pugl/pugl_internal.h
@@ -28,12 +28,12 @@
PUGL_HAVE_GL: Include OpenGL support code.
*/
+#include "pugl/pugl.h"
+#include "pugl/pugl_internal_types.h"
+
#include <stdlib.h>
#include <string.h>
-#include "pugl/pugl_internal_types.h"
-#include "pugl/pugl.h"
-
PuglInternals* puglInitInternals(void);
PuglView*