summaryrefslogtreecommitdiff
path: root/rts/GetEnv.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/GetEnv.h')
-rw-r--r--rts/GetEnv.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/GetEnv.h b/rts/GetEnv.h
index 5e3d0cf184..a6f2b54dae 100644
--- a/rts/GetEnv.h
+++ b/rts/GetEnv.h
@@ -6,8 +6,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef GETENV_H
-#define GETENV_H
+#pragma once
#include "BeginPrivate.h"
@@ -19,5 +18,3 @@ void freeProgEnvv (int envc, char *envv[]);
/* calls to getProgEnvv must have a corresponding freeProgEnvv */
#include "EndPrivate.h"
-
-#endif /* GETENV_H */