summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/dave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/dave.h')
-rw-r--r--src/devices/sound/dave.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/devices/sound/dave.h b/src/devices/sound/dave.h
index 1c22369a62e..10e9fb26905 100644
--- a/src/devices/sound/dave.h
+++ b/src/devices/sound/dave.h
@@ -6,12 +6,10 @@
**********************************************************************/
-#pragma once
-
-#ifndef __DAVE__
-#define __DAVE__
-
+#ifndef MAME_DEVICES_SOUND_DAVE_H
+#define MAME_DEVICES_SOUND_DAVE_H
+#pragma once
///*************************************************************************
@@ -150,6 +148,4 @@ private:
// device type definition
extern const device_type DAVE;
-
-
-#endif
+#endif // MAME_DEVICES_SOUND_DAVE_H