summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2024-02-11 12:51:19 -0500
committer AJR <ajrhacker@users.noreply.github.com>2024-02-11 12:52:24 -0500
commitf4acecb45347904ac8319726cd518829afe5904f (patch)
treeab1b706f8199407a251fbdb39df1c5f143778fda /src/lib/util/options.h
parent2995e59d5061f5ab0f84dd56510d42e8944827a6 (diff)
imagedev/floppy.cpp: Delete unused getter that leaked details
* util/options.h: Use forwarding header
Diffstat (limited to 'src/lib/util/options.h')
-rw-r--r--src/lib/util/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/options.h b/src/lib/util/options.h
index 99db519a5e5..8b85b9f58e6 100644
--- a/src/lib/util/options.h
+++ b/src/lib/util/options.h
@@ -12,6 +12,7 @@
#define MAME_LIB_UTIL_OPTIONS_H
#include "strformat.h"
+#include "utilfwd.h"
#include <algorithm>
#include <exception>
@@ -43,7 +44,6 @@ const int OPTION_PRIORITY_MAXIMUM = 255; // maximum priority
//**************************************************************************
struct options_entry;
-namespace util { class core_file; }
// exception thrown by core_options when an illegal request is made
class options_exception : public std::exception