summaryrefslogtreecommitdiff
path: root/includes/rts/prof/LDV.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/prof/LDV.h')
-rw-r--r--includes/rts/prof/LDV.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/prof/LDV.h b/includes/rts/prof/LDV.h
index 7d6f9ff409..fdbab4d901 100644
--- a/includes/rts/prof/LDV.h
+++ b/includes/rts/prof/LDV.h
@@ -11,8 +11,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef RTS_PROF_LDV_H
-#define RTS_PROF_LDV_H
+#pragma once
#ifdef PROFILING
@@ -43,5 +42,3 @@
#define LDV_RECORD_CREATE(c) /* nothing */
#endif /* PROFILING */
-
-#endif /* STGLDVPROF_H */