summaryrefslogtreecommitdiff
path: root/includes/rts/Flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/Flags.h')
-rw-r--r--includes/rts/Flags.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/Flags.h b/includes/rts/Flags.h
index 5195a3a627..405fce166d 100644
--- a/includes/rts/Flags.h
+++ b/includes/rts/Flags.h
@@ -11,8 +11,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifndef RTS_FLAGS_H
-#define RTS_FLAGS_H
+#pragma once
#include <stdio.h>
#include <stdint.h>
@@ -282,5 +281,3 @@ extern char **prog_argv;
*/
extern int rts_argc; /* ditto */
extern char **rts_argv;
-
-#endif /* RTS_FLAGS_H */