diff options
Diffstat (limited to 'rts/LibdwPool.h')
-rw-r--r-- | rts/LibdwPool.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rts/LibdwPool.h b/rts/LibdwPool.h index 3c4216d09b..b1c333eebc 100644 --- a/rts/LibdwPool.h +++ b/rts/LibdwPool.h @@ -6,8 +6,7 @@ * * --------------------------------------------------------------------------*/ -#ifndef LIBDW_POOL_H -#define LIBDW_POOL_H +#pragma once #include "BeginPrivate.h" @@ -26,5 +25,3 @@ INLINE_HEADER void libdwPoolInit(void) {} #endif /* USE_LIBDW */ #include "EndPrivate.h" - -#endif /* LIBDW_POOL_H */ |