summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/generic/carts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/generic/carts.h')
-rw-r--r--src/devices/bus/generic/carts.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/devices/bus/generic/carts.h b/src/devices/bus/generic/carts.h
index e7989272b32..a5b4660b4dc 100644
--- a/src/devices/bus/generic/carts.h
+++ b/src/devices/bus/generic/carts.h
@@ -6,18 +6,14 @@
**********************************************************************/
-#pragma once
-
-#ifndef __GENERIC_CARTS_H__
-#define __GENERIC_CARTS_H__
+#ifndef MAME_BUS_GENERIC_CARTS_H
+#define MAME_BUS_GENERIC_CARTS_H
-
-#include "rom.h"
-#include "ram.h"
+#pragma once
SLOT_INTERFACE_EXTERN( generic_plain_slot );
SLOT_INTERFACE_EXTERN( generic_linear_slot );
SLOT_INTERFACE_EXTERN( generic_romram_plain_slot );
-#endif
+#endif // MAME_BUS_GENERIC_CARTS_H