From a97db394645b1cb9526b64508a9ac2b74f62719f Mon Sep 17 00:00:00 2001 From: N0r1x <1norixion1@gmail.com> Date: Sat, 30 Jul 2016 15:41:15 +0200 Subject: [PATCH] Headers alphabetically and in order requested --- src/common/emu_window.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/common/emu_window.h b/src/common/emu_window.h index 8e23ab4ae..d5d5ca41e 100644 --- a/src/common/emu_window.h +++ b/src/common/emu_window.h @@ -3,7 +3,7 @@ // Refer to the license.txt file included. #pragma once - +#include #include #include @@ -11,8 +11,6 @@ #include "common/math_util.h" #include "core/hle/service/hid/hid.h" -#include - /** * Abstraction class used to provide an interface between emulation code and the frontend * (e.g. SDL, QGLWidget, GLFW, etc...).