summaryrefslogtreecommitdiff
path: root/rts/linker/CacheFlush.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/linker/CacheFlush.h')
-rw-r--r--rts/linker/CacheFlush.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/linker/CacheFlush.h b/rts/linker/CacheFlush.h
index f4d939d21e..aa081cca29 100644
--- a/rts/linker/CacheFlush.h
+++ b/rts/linker/CacheFlush.h
@@ -1,5 +1,4 @@
-#ifndef CACHE_FLUSH_H
-#define CACHE_FLUSH_H
+#pragma once
#include "LinkerInternals.h"
@@ -8,5 +7,3 @@
void ocFlushInstructionCache( ObjectCode *oc );
#include "EndPrivate.h"
-
-#endif /* CACHE_FLUSH_H */