aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_win.cpp')
-rw-r--r--pugl/pugl_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pugl/pugl_win.cpp b/pugl/pugl_win.cpp
index 83d4474..fd14593 100644
--- a/pugl/pugl_win.cpp
+++ b/pugl/pugl_win.cpp
@@ -18,6 +18,8 @@
@file pugl_win.cpp Windows/WGL Pugl Implementation.
*/
+#include "pugl/pugl_internal.h"
+
#include <windows.h>
#include <windowsx.h>
#include <GL/gl.h>
@@ -27,8 +29,6 @@
#include <string.h>
#include <wctype.h>
-#include "pugl/pugl_internal.h"
-
#ifndef WM_MOUSEWHEEL
# define WM_MOUSEWHEEL 0x020A
#endif