diff --git a/src/core/emu.c b/src/core/emu.c index 7822a9225..09ace3e2a 100644 --- a/src/core/emu.c +++ b/src/core/emu.c @@ -43,11 +43,11 @@ #include "recent_roms.h" #include "../../c++/crc/crc.h" #include "gui.h" +#include "nes20db.h" #include "video/effects/pause.h" #include "video/effects/tv_noise.h" #if defined (FULLSCREEN_RESFREQ) #include "video/gfx_monitor.h" -#include "nes20db.h" #endif #define RS_SCALE (1.0f / (1.0f + (float)RAND_MAX)) diff --git a/src/gui/wdgOverlayUi.cpp b/src/gui/wdgOverlayUi.cpp index f1872adf4..a2a938230 100644 --- a/src/gui/wdgOverlayUi.cpp +++ b/src/gui/wdgOverlayUi.cpp @@ -34,9 +34,9 @@ #include "rewind.h" #include "version.h" #include "nes.h" +#include "input/standard_controller.h" #if defined (FULLSCREEN_RESFREQ) #include "video/gfx_monitor.h" -#include "input/standard_controller.h" #endif void overlay_info_append_qstring(BYTE alignment, const QString &msg);