summaryrefslogtreecommitdiff
path: root/include/lldb/Utility/LLDBAssert.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Utility/LLDBAssert.h')
-rw-r--r--include/lldb/Utility/LLDBAssert.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/lldb/Utility/LLDBAssert.h b/include/lldb/Utility/LLDBAssert.h
index 328a4d4f9258c..9d9f3ceefab03 100644
--- a/include/lldb/Utility/LLDBAssert.h
+++ b/include/lldb/Utility/LLDBAssert.h
@@ -1,5 +1,4 @@
-//===----------------- LLDBAssert.h --------------------------------*- C++
-//-*-===//
+//===----------------- LLDBAssert.h ------------------------------*- C++-*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -11,8 +10,6 @@
#ifndef utility_LLDBAssert_h_
#define utility_LLDBAssert_h_
-#include <assert.h>
-
#ifdef LLDB_CONFIGURATION_DEBUG
#define lldbassert(x) assert(x)
#else