diff options
author | 2016-04-21 06:48:26 +0200 | |
---|---|---|
committer | 2016-04-21 06:48:26 +0200 | |
commit | a72ad0c4fe65b507bc4fd17aac580683e289e2fd (patch) | |
tree | b137735428e86c1b3b71266629ab500885ca4d3c /src/emu/ui/selgame.cpp | |
parent | b5c2c8f1a5cd927c328a7cb21eb6152e9aff765f (diff) |
fix sdl build. (nw)
Diffstat (limited to 'src/emu/ui/selgame.cpp')
-rw-r--r-- | src/emu/ui/selgame.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/ui/selgame.cpp b/src/emu/ui/selgame.cpp index 1a7f02eb920..2df9cd35012 100644 --- a/src/emu/ui/selgame.cpp +++ b/src/emu/ui/selgame.cpp @@ -11,7 +11,6 @@ #include "emu.h" #include "emuopts.h" #include "ui/ui.h" -#include "ui/menu.h" #include "uiinput.h" #include "ui/selgame.h" #include "ui/miscmenu.h" @@ -29,7 +28,6 @@ #include "ui/auditmenu.h" #include "rendutil.h" #include "softlist.h" -#include <algorithm> extern const char UI_VERSION_TAG[]; |