diff options
Diffstat (limited to 'lldb/source/Core/Section.cpp')
-rw-r--r-- | lldb/source/Core/Section.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Core/Section.cpp b/lldb/source/Core/Section.cpp index cf1cbac8fd7..73645633521 100644 --- a/lldb/source/Core/Section.cpp +++ b/lldb/source/Core/Section.cpp @@ -14,8 +14,6 @@ #include "lldb/Target/Target.h" #include "lldb/Utility/ConvertEnum.h" -#include <limits> - using namespace lldb; using namespace lldb_private; |