summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/hashing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/hashing.h')
-rw-r--r--src/lib/util/hashing.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/util/hashing.h b/src/lib/util/hashing.h
index 5e9c9134c97..b1505c654a4 100644
--- a/src/lib/util/hashing.h
+++ b/src/lib/util/hashing.h
@@ -8,10 +8,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_UTIL_HASHING_H
+#define MAME_UTIL_HASHING_H
-#ifndef __HASHING_H__
-#define __HASHING_H__
+#pragma once
#include "osdcore.h"
#include "corestr.h"
@@ -260,4 +260,4 @@ template <> struct hash<::util::crc16_t>
} // namespace std
-#endif // __HASHING_H__
+#endif // MAME_UTIL_HASHING_H