summaryrefslogtreecommitdiff
path: root/rts/Proftimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Proftimer.h')
-rw-r--r--rts/Proftimer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/Proftimer.h b/rts/Proftimer.h
index e323b939c6..89fb100b44 100644
--- a/rts/Proftimer.h
+++ b/rts/Proftimer.h
@@ -6,8 +6,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef PROFTIMER_H
-#define PROFTIMER_H
+#pragma once
#include "BeginPrivate.h"
@@ -20,5 +19,3 @@ void startHeapProfTimer ( void );
extern bool performHeapProfile;
#include "EndPrivate.h"
-
-#endif /* PROFTIMER_H */