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...).