diff options
Diffstat (limited to 'rts/StaticPtrTable.h')
-rw-r--r-- | rts/StaticPtrTable.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/StaticPtrTable.h b/rts/StaticPtrTable.h index 4ad126cc38..830080390c 100644 --- a/rts/StaticPtrTable.h +++ b/rts/StaticPtrTable.h @@ -6,8 +6,7 @@ * * -------------------------------------------------------------------------- */ -#ifndef STATICPTRTABLE_H -#define STATICPTRTABLE_H +#pragma once #include "BeginPrivate.h" @@ -15,5 +14,3 @@ void exitStaticPtrTable ( void ); #include "EndPrivate.h" - -#endif /* STATICPTRTABLE_H */ |