summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdepend.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-12-15 13:36:55 -0500
committer AJR <ajrhacker@users.noreply.github.com>2020-12-15 13:36:55 -0500
commit2ca5f3a386a1ca63433d6d13bb66f5e46fb2a854 (patch)
treeefc52a61e29ab44d0996e97e01782591e891f646 /src/osd/osdepend.h
parent35bec8d2731fb775248ff3634bde538d77d6f2a0 (diff)
unicode.h: Updates
- Remove from emu.h (except for UTF8_xxx macros, which have been transplanted to emucore.h since a lot of drivers use them) and osdepend.h - Add std::string_view overrides for uchar_from_utf8 and normalize_unicode
Diffstat (limited to 'src/osd/osdepend.h')
-rw-r--r--src/osd/osdepend.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/osdepend.h b/src/osd/osdepend.h
index ad7b52049a6..cd00244f5bd 100644
--- a/src/osd/osdepend.h
+++ b/src/osd/osdepend.h
@@ -15,7 +15,6 @@
#include "emucore.h"
#include "osdcore.h"
-#include "unicode.h"
#include "../frontend/mame/ui/menuitem.h"
#include <memory>