diff options
Diffstat (limited to 'libc/malloc_debug/debug_disable.h')
-rw-r--r-- | libc/malloc_debug/debug_disable.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/malloc_debug/debug_disable.h b/libc/malloc_debug/debug_disable.h index 9edb4df8e..0049595e2 100644 --- a/libc/malloc_debug/debug_disable.h +++ b/libc/malloc_debug/debug_disable.h @@ -26,8 +26,7 @@ * SUCH DAMAGE. */ -#ifndef MALLOC_DEBUG_DISABLE_H -#define MALLOC_DEBUG_DISABLE_H +#pragma once #include <sys/cdefs.h> @@ -60,5 +59,3 @@ class ScopedDisableDebugCalls { DISALLOW_COPY_AND_ASSIGN(ScopedDisableDebugCalls); }; - -#endif // MALLOC_DEBUG_DISABLE_H |