summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/drccache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/drccache.h')
-rw-r--r--src/emu/cpu/drccache.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/emu/cpu/drccache.h b/src/emu/cpu/drccache.h
index 8fa7c82da1e..130436b1411 100644
--- a/src/emu/cpu/drccache.h
+++ b/src/emu/cpu/drccache.h
@@ -10,6 +10,8 @@
***************************************************************************/
+#pragma once
+
#ifndef __DRCCACHE_H__
#define __DRCCACHE_H__
@@ -104,4 +106,4 @@ drccodeptr drccache_end_codegen(drccache *cache);
void drccache_request_oob_codegen(drccache *cache, drccache_oob_func callback, void *param1, void *param2, void *param3);
-#endif
+#endif /* __DRCCACHE_H__ */