summaryrefslogtreecommitdiff
path: root/rts/hooks/Hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/hooks/Hooks.h')
-rw-r--r--rts/hooks/Hooks.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/hooks/Hooks.h b/rts/hooks/Hooks.h
index 1383ccdb0f..760e1daefc 100644
--- a/rts/hooks/Hooks.h
+++ b/rts/hooks/Hooks.h
@@ -11,8 +11,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef RTS_HOOKS_H
-#define RTS_HOOKS_H
+#pragma once
#include "BeginPrivate.h"
@@ -25,5 +24,3 @@ extern void MallocFailHook (W_ request_size /* in bytes */, const char *msg);
extern void FlagDefaultsHook (void);
#include "EndPrivate.h"
-
-#endif /* RTS_HOOKS_H */