diff options
Diffstat (limited to 'rts/linker/MachO.h')
-rw-r--r-- | rts/linker/MachO.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/linker/MachO.h b/rts/linker/MachO.h index 9362eb7238..c07e2944a1 100644 --- a/rts/linker/MachO.h +++ b/rts/linker/MachO.h @@ -1,5 +1,4 @@ -#ifndef LINKER_MACHO_H -#define LINKER_MACHO_H +#pragma once #include "Rts.h" @@ -21,5 +20,3 @@ void machoInitSymbolsWithoutUnderscore( void ); #endif #include "EndPrivate.h" - -#endif /* LINKER_MACHO_H */ |