aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/win.c
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/detail/win.c')
-rw-r--r--pugl/detail/win.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pugl/detail/win.c b/pugl/detail/win.c
index 1b86d3c..8a9ff0a 100644
--- a/pugl/detail/win.c
+++ b/pugl/detail/win.c
@@ -18,8 +18,9 @@
@file win.c Windows implementation.
*/
-#include "pugl/detail/implementation.h"
#include "pugl/detail/win.h"
+
+#include "pugl/detail/implementation.h"
#include "pugl/pugl.h"
#include "pugl/pugl_stub.h"