diff options
Diffstat (limited to 'includes/rts/Constants.h')
-rw-r--r-- | includes/rts/Constants.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h index 62fa833173..27097bf45b 100644 --- a/includes/rts/Constants.h +++ b/includes/rts/Constants.h @@ -17,8 +17,7 @@ * * -------------------------------------------------------------------------- */ -#ifndef RTS_CONSTANTS_H -#define RTS_CONSTANTS_H +#pragma once /* ----------------------------------------------------------------------------- Minimum closure sizes @@ -314,5 +313,3 @@ * we can have static arrays of this size in the RTS for speed. */ #define MAX_NUMA_NODES 16 - -#endif /* RTS_CONSTANTS_H */ |