diff options
Diffstat (limited to 'rts/linker/PEi386.h')
-rw-r--r-- | rts/linker/PEi386.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/linker/PEi386.h b/rts/linker/PEi386.h index 09b8c91c94..b034d6c7c9 100644 --- a/rts/linker/PEi386.h +++ b/rts/linker/PEi386.h @@ -1,5 +1,4 @@ -#ifndef LINKER_PE_I386_H -#define LINKER_PE_I386_H +#pragma once #include "Rts.h" #include "LinkerInternals.h" @@ -107,5 +106,3 @@ See #9218 #include "EndPrivate.h" - -#endif /* LINKER_PE_I386_H */ |