summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/x07.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/x07.h')
-rw-r--r--src/mame/includes/x07.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mame/includes/x07.h b/src/mame/includes/x07.h
index 1d1c770b042..b3da10b3134 100644
--- a/src/mame/includes/x07.h
+++ b/src/mame/includes/x07.h
@@ -5,6 +5,10 @@
includes/x07.h
*********************************************************************/
+#ifndef MAME_INCLUDES_X07_H
+#define MAME_INCLUDES_X07_H
+
+#pragma once
#include "cpu/z80/z80.h"
#include "sound/beep.h"
@@ -18,7 +22,6 @@
#include "bus/generic/slot.h"
#include "bus/generic/carts.h"
#include "emupal.h"
-#include "rendlay.h"
//default value for user defined keys, taken for official documentation
static const char *const udk_ini[12] = {
@@ -291,3 +294,5 @@ private:
void x07_io(address_map &map);
void x07_mem(address_map &map);
};
+
+#endif // MAME_INCLUDES_X07_H