summaryrefslogtreecommitdiff
path: root/pugl/pugl_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_x11.c')
-rw-r--r--pugl/pugl_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_x11.c b/pugl/pugl_x11.c
index 65eaab8..838980b 100644
--- a/pugl/pugl_x11.c
+++ b/pugl/pugl_x11.c
@@ -39,8 +39,8 @@
#include <cairo/cairo-xlib.h>
#endif
-#include "pugl_internal.h"
#include "pugl/event.h"
+#include "pugl/pugl_internal.h"
struct PuglInternalsImpl {
Display* display;