diff --git a/src/core/emu.c b/src/core/emu.c index fef41591..9cab507c 100644 --- a/src/core/emu.c +++ b/src/core/emu.c @@ -45,9 +45,9 @@ #include "gui.h" #include "video/effects/pause.h" #include "video/effects/tv_noise.h" +#include "nes20db.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 f1872adf..a2a93823 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);