summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/iflopimg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/imgtool/iflopimg.h')
-rw-r--r--src/tools/imgtool/iflopimg.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/tools/imgtool/iflopimg.h b/src/tools/imgtool/iflopimg.h
index 078a1247ae3..d27ba952e16 100644
--- a/src/tools/imgtool/iflopimg.h
+++ b/src/tools/imgtool/iflopimg.h
@@ -7,13 +7,16 @@
Bridge code for Imgtool into the standard floppy code
*********************************************************************/
+#ifndef MAME_TOOLS_IMGTOOL_IFLOPIMG_H
+#define MAME_TOOLS_IMGTOOL_IFLOPIMG_H
-#ifndef IFLOPIMG_H
-#define IFLOPIMG_H
+#pragma once
-#include "formats/flopimg.h"
#include "library.h"
+#include "formats/flopimg.h"
+
+
/***************************************************************************
Prototypes
@@ -38,4 +41,4 @@ imgtoolerr_t imgtool_floppy_write_sector_from_stream(imgtool::image &img, int he
void *imgtool_floppy_extrabytes(imgtool::image &img);
-#endif /* IFLOPIMG_H */
+#endif // MAME_TOOLS_IMGTOOL_IFLOPIMG_H