summaryrefslogtreecommitdiff
path: root/includes/rts/Hpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/Hpc.h')
-rw-r--r--includes/rts/Hpc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/Hpc.h b/includes/rts/Hpc.h
index d70d1db829..58d4813ac1 100644
--- a/includes/rts/Hpc.h
+++ b/includes/rts/Hpc.h
@@ -11,8 +11,7 @@
*
* -------------------------------------------------------------------------- */
-#ifndef RTS_HPC_H
-#define RTS_HPC_H
+#pragma once
// Simple linked list of modules
typedef struct _HpcModuleInfo {
@@ -33,5 +32,3 @@ HpcModuleInfo * hs_hpc_rootModule (void);
void startupHpc(void);
void exitHpc(void);
-
-#endif /* RTS_HPC_H */