summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/orao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/orao.h')
-rw-r--r--src/mame/includes/orao.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mame/includes/orao.h b/src/mame/includes/orao.h
index 32162df0a4f..64dc53d2b47 100644
--- a/src/mame/includes/orao.h
+++ b/src/mame/includes/orao.h
@@ -6,9 +6,10 @@
*
****************************************************************************/
-#ifndef ORAO_H_
-#define ORAO_H_
-#include "sound/speaker.h"
+#ifndef MAME_INCLUDES_ORAO_H
+#define MAME_INCLUDES_ORAO_H
+
+#include "sound/spkrdev.h"
#include "imagedev/cassette.h"
class orao_state : public driver_device
@@ -43,4 +44,4 @@ private:
uint8_t m_beep;
};
-#endif /* ORAO_H_ */
+#endif // MAME_INCLUDES_ORAO_H