libretro: Fix compilation error when including unnecessary header file. Fixes #628.

This commit is contained in:
Stephen Anthony 2020-05-06 21:56:47 -02:30
parent dd7dbaecbc
commit af79f51846
1 changed files with 0 additions and 1 deletions

View File

@ -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"