diff options
Diffstat (limited to 'libc/malloc_debug/Config.h')
-rw-r--r-- | libc/malloc_debug/Config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/malloc_debug/Config.h b/libc/malloc_debug/Config.h index 349ad775d..a310e09e0 100644 --- a/libc/malloc_debug/Config.h +++ b/libc/malloc_debug/Config.h @@ -26,8 +26,7 @@ * SUCH DAMAGE. */ -#ifndef MALLOC_DEBUG_CONFIG_H -#define MALLOC_DEBUG_CONFIG_H +#pragma once #include <stdint.h> @@ -159,5 +158,3 @@ class Config { uint8_t front_guard_value_; uint8_t rear_guard_value_; }; - -#endif // MALLOC_DEBUG_CONFIG_H |