summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/hash.h')
-rw-r--r--src/lib/util/hash.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/util/hash.h b/src/lib/util/hash.h
index 23c8702958e..cb87f3f8b3c 100644
--- a/src/lib/util/hash.h
+++ b/src/lib/util/hash.h
@@ -10,10 +10,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_UTIL_HASH_H
+#define MAME_UTIL_HASH_H
-#ifndef __HASH_H__
-#define __HASH_H__
+#pragma once
#include "hashing.h"
@@ -119,4 +119,4 @@ private:
} // namespace util
-#endif /* __HASH_H__ */
+#endif // MAME_UTIL_HASH_H