diff options
Diffstat (limited to 'includes/Stg.h')
-rw-r--r-- | includes/Stg.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/Stg.h b/includes/Stg.h index 619984d8e5..ff5e3174c0 100644 --- a/includes/Stg.h +++ b/includes/Stg.h @@ -23,8 +23,7 @@ * * ---------------------------------------------------------------------------*/ -#ifndef STG_H -#define STG_H +#pragma once #if !(__STDC_VERSION__ >= 199901L) # error __STDC_VERSION__ does not advertise C99 or later @@ -567,5 +566,3 @@ typedef union { c; \ }) #endif - -#endif /* STG_H */ |