summaryrefslogtreecommitdiffstats
path: root/src/win_in_gtk2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win_in_gtk2.cpp')
-rw-r--r--src/win_in_gtk2.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/win_in_gtk2.cpp b/src/win_in_gtk2.cpp
index f2cca1a..1475862 100644
--- a/src/win_in_gtk2.cpp
+++ b/src/win_in_gtk2.cpp
@@ -14,7 +14,10 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <string.h>
+#include "suil_internal.h"
+
+#include "lv2/options/options.h"
+#include "lv2/urid/urid.h"
#include <gtk/gtk.h>
#include <gdk/gdkwin32.h>
@@ -26,10 +29,7 @@
# define WM_MOUSEHWHEEL 0x020E
#endif
-#include "./suil_internal.h"
-
-#include "lv2/options/options.h"
-#include "lv2/urid/urid.h"
+#include <string.h>
extern "C" {