diff options
Diffstat (limited to 'rts/Printer.h')
-rw-r--r-- | rts/Printer.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/rts/Printer.h b/rts/Printer.h index e72fdb068b..7d1bb81234 100644 --- a/rts/Printer.h +++ b/rts/Printer.h @@ -6,8 +6,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef PRINTER_H -#define PRINTER_H +#pragma once #include "BeginPrivate.h" @@ -34,6 +33,3 @@ extern const char *what_next_strs[]; #endif #include "EndPrivate.h" - -#endif /* PRINTER_H */ - |