diff options
Diffstat (limited to 'rts/LinkerInternals.h')
-rw-r--r-- | rts/LinkerInternals.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rts/LinkerInternals.h b/rts/LinkerInternals.h index 9d47661f12..65b95f757c 100644 --- a/rts/LinkerInternals.h +++ b/rts/LinkerInternals.h @@ -6,8 +6,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef LINKERINTERNALS_H -#define LINKERINTERNALS_H +#pragma once #include "Rts.h" #include "Hash.h" @@ -342,4 +341,3 @@ struct _ObjectCodeFormatInfo { void* placeholder; }; #endif #include "EndPrivate.h" -#endif /* LINKERINTERNALS_H */ |