aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_win.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-02-15 22:37:50 +0100
committerDavid Robillard <d@drobilla.net>2019-02-16 16:56:50 +0100
commit539c1ddd4029f4ea62368c45955d0c1f6bca4006 (patch)
tree8458cfa1ed8cd8da139919407208c2fd05632065 /pugl/pugl_win.cpp
parentf46b5124627e47a197ad41ff5b9e27b82e19d945 (diff)
downloadpugl-539c1ddd4029f4ea62368c45955d0c1f6bca4006.tar.gz
pugl-539c1ddd4029f4ea62368c45955d0c1f6bca4006.tar.bz2
pugl-539c1ddd4029f4ea62368c45955d0c1f6bca4006.zip
Clean up includes
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