summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/inifile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ui/inifile.h')
-rw-r--r--src/emu/ui/inifile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/ui/inifile.h b/src/emu/ui/inifile.h
index f009ec53857..49bf123a3ad 100644
--- a/src/emu/ui/inifile.h
+++ b/src/emu/ui/inifile.h
@@ -2,7 +2,7 @@
// copyright-holders:Dankan1890
/***************************************************************************
- mewui/inifile.h
+ ui/inifile.h
MEWUI INIs file manager.
@@ -10,8 +10,8 @@
#pragma once
-#ifndef __MEWUI_INIFILE_H__
-#define __MEWUI_INIFILE_H__
+#ifndef __UI_INIFILE_H__
+#define __UI_INIFILE_H__
#include "ui/utils.h"
@@ -119,4 +119,4 @@ private:
running_machine &m_machine; // reference to our machine
};
-#endif /* __MEWUI_INIFILE_H__ */
+#endif /* __UI_INIFILE_H__ */