mirror of https://github.com/stella-emu/stella.git
libretro: Fix compilation error when including unnecessary header file. Fixes #628.
This commit is contained in:
parent
dd7dbaecbc
commit
af79f51846
|
@ -62,7 +62,6 @@
|
|||
#include "AudioSettings.hxx"
|
||||
#include "frame-manager/FrameManager.hxx"
|
||||
#include "frame-manager/FrameLayoutDetector.hxx"
|
||||
#include "GuiObject.hxx"
|
||||
|
||||
#ifdef CHEATCODE_SUPPORT
|
||||
#include "CheatManager.hxx"
|
||||
|
|
Loading…
Reference in New Issue