aboutsummaryrefslogtreecommitdiffstats
path: root/libc/malloc_debug/OptionData.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/malloc_debug/OptionData.h')
-rw-r--r--libc/malloc_debug/OptionData.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/malloc_debug/OptionData.h b/libc/malloc_debug/OptionData.h
index 5c2d2728a..3fa8e145d 100644
--- a/libc/malloc_debug/OptionData.h
+++ b/libc/malloc_debug/OptionData.h
@@ -26,8 +26,7 @@
* SUCH DAMAGE.
*/
-#ifndef DEBUG_MALLOC_OPTIONDATA_H
-#define DEBUG_MALLOC_OPTIONDATA_H
+#pragma once
// Forward Declarations
class DebugData;
@@ -42,5 +41,3 @@ class OptionData {
DISALLOW_COPY_AND_ASSIGN(OptionData);
};
-
-#endif // MALLOC_DEBUG_OPTIONDATA_H