diff options
Diffstat (limited to 'libc/malloc_debug/GuardData.h')
-rw-r--r-- | libc/malloc_debug/GuardData.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/malloc_debug/GuardData.h b/libc/malloc_debug/GuardData.h index ddf6ce147..7b2167187 100644 --- a/libc/malloc_debug/GuardData.h +++ b/libc/malloc_debug/GuardData.h @@ -26,8 +26,7 @@ * SUCH DAMAGE. */ -#ifndef DEBUG_MALLOC_GUARDDATA_H -#define DEBUG_MALLOC_GUARDDATA_H +#pragma once #include <stdint.h> #include <string.h> @@ -93,5 +92,3 @@ class RearGuardData : public GuardData { DISALLOW_COPY_AND_ASSIGN(RearGuardData); }; - -#endif // DEBUG_MALLOC_GUARDDATA_H |