From 22bd67751e5fa02c7712dcd9d2d8df9ee0415554 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Tue, 20 Mar 2012 18:56:47 +0000 Subject: [PATCH] Removing spurious include llvm-svn: 153107 --- lldb/include/lldb/Core/DataVisualization.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lldb/include/lldb/Core/DataVisualization.h b/lldb/include/lldb/Core/DataVisualization.h index 0169f407845d..268e3550481b 100644 --- a/lldb/include/lldb/Core/DataVisualization.h +++ b/lldb/include/lldb/Core/DataVisualization.h @@ -13,14 +13,6 @@ // C Includes // C++ Includes -// is not strictly-speaking a requirement for DataVisualization.h -// but including it ensures a smooth compilation of STLUtils.h. if -// is not included, a macro definition of isspace() and other cctype functions occurs -// which prevents from getting included correctly. at least, this is what -// happens on OSX Lion. If other OSs don't have this side effect, you may want to -// #if defined (__APPLE__) this include directive -#include - // Other libraries and framework includes // Project includes #include "lldb/Core/ConstString.h" -- GitLab