diff options
Diffstat (limited to 'src/devices/machine/timehelp.h')
-rw-r--r-- | src/devices/machine/timehelp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/machine/timehelp.h b/src/devices/machine/timehelp.h index 8716c63c450..555c8cb83f9 100644 --- a/src/devices/machine/timehelp.h +++ b/src/devices/machine/timehelp.h @@ -8,10 +8,10 @@ ***************************************************************************/ -#pragma once +#ifndef MAME_MACHINE_TIMEHELP_H +#define MAME_MACHINE_TIMEHELP_H -#ifndef SRC_DEVICES_MACHINE_TIMEHELP_H -#define SRC_DEVICES_MACHINE_TIMEHELP_H +#pragma once class time_helper { @@ -55,4 +55,4 @@ public: }; -#endif // SRC_DEVICES_MACHINE_TIMEHELP_H +#endif // MAME_MACHINE_TIMEHELP_H |