summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/pc_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/pc_dsk.h')
-rw-r--r--src/lib/formats/pc_dsk.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/formats/pc_dsk.h b/src/lib/formats/pc_dsk.h
index 02b3aa2468b..b4080e1dcc7 100644
--- a/src/lib/formats/pc_dsk.h
+++ b/src/lib/formats/pc_dsk.h
@@ -7,9 +7,10 @@
PC disk images
*********************************************************************/
+#ifndef MAME_FORMATS_PC_DSK_H
+#define MAME_FORMATS_PC_DSK_H
-#ifndef PC_DSK_H
-#define PC_DSK_H
+#pragma once
#include "flopimg.h"
#include "upd765_dsk.h"
@@ -36,4 +37,4 @@ private:
extern const floppy_format_type FLOPPY_PC_FORMAT;
-#endif /* PC_DSK_H */
+#endif // MAME_FORMATS_PC_DSK_H