summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pxa255.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pxa255.h')
-rw-r--r--src/devices/machine/pxa255.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/devices/machine/pxa255.h b/src/devices/machine/pxa255.h
index 45fd1f25cb6..4f0ce7bdab6 100644
--- a/src/devices/machine/pxa255.h
+++ b/src/devices/machine/pxa255.h
@@ -9,12 +9,11 @@
*
**************************************************************************/
-#ifndef DEVICES_MACHINE_PXA255
-#define DEVICES_MACHINE_PXA255
+#ifndef MAME_MACHINE_PXA255
+#define MAME_MACHINE_PXA255
#pragma once
-#include "emu.h"
#include "cpu/arm7/arm7.h"
#include "cpu/arm7/arm7core.h"
#include "sound/dmadac.h"
@@ -232,4 +231,4 @@ protected:
DECLARE_DEVICE_TYPE(PXA255_PERIPHERALS, pxa255_periphs_device)
-#endif // DEVICES_MACHINE_PXA255
+#endif // MAME_MACHINE_PXA255