SDL: Get rid of unneeded forwards.

This commit is contained in:
Johannes Schickel 2012-02-13 01:25:25 +01:00
parent d127843859
commit 57e3388197

View file

@ -30,11 +30,6 @@
#include "backends/events/sdl/sdl-events.h" #include "backends/events/sdl/sdl-events.h"
#include "backends/log/log.h" #include "backends/log/log.h"
namespace Common {
struct KeyTableEntry;
struct ModifierTableEntry;
}
/** /**
* Base OSystem class for all SDL ports. * Base OSystem class for all SDL ports.
*/ */