diff options
Diffstat (limited to 'includes/rts/storage/InfoTables.h')
-rw-r--r-- | includes/rts/storage/InfoTables.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/storage/InfoTables.h b/includes/rts/storage/InfoTables.h index 307aac371c..e732a30daf 100644 --- a/includes/rts/storage/InfoTables.h +++ b/includes/rts/storage/InfoTables.h @@ -6,8 +6,7 @@ * * -------------------------------------------------------------------------- */ -#ifndef RTS_STORAGE_INFOTABLES_H -#define RTS_STORAGE_INFOTABLES_H +#pragma once /* ---------------------------------------------------------------------------- Relative pointers @@ -394,5 +393,3 @@ typedef struct StgConInfoTable_ { #else #define GET_PROF_DESC(info) ((info)->prof.closure_desc) #endif - -#endif /* RTS_STORAGE_INFOTABLES_H */ |