diff options
author | 2016-02-29 08:38:51 +0100 | |
---|---|---|
committer | 2016-02-29 08:38:51 +0100 | |
commit | dc5fa11dcc8177f453d096ecaa4d1ceb35a9a2c0 (patch) | |
tree | 787b15e9ede433565ec6029b834aed333ec4539f /src/osd/sdl/sdlmain.cpp | |
parent | 36413a3656d863739f10568b4c48049e0822fa3f (diff) | |
parent | f68ad66131ab9767f97b77b37111bf1f8a3522c2 (diff) |
Merge pull request #661 from bradhugh/topics/input_modules
Rewrite input routines as modules [Brad Hughes]
Diffstat (limited to 'src/osd/sdl/sdlmain.cpp')
-rw-r--r-- | src/osd/sdl/sdlmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/sdlmain.cpp b/src/osd/sdl/sdlmain.cpp index f9015e80552..1a52a105fd5 100644 --- a/src/osd/sdl/sdlmain.cpp +++ b/src/osd/sdl/sdlmain.cpp @@ -42,7 +42,6 @@ // OSD headers #include "video.h" -#include "input.h" #include "osdsdl.h" #include "modules/lib/osdlib.h" @@ -524,3 +523,4 @@ void sdl_osd_interface::init(running_machine &machine) SDL_EventState(SDL_TEXTINPUT, SDL_TRUE); #endif } + |