Skip to content
Snippets Groups Projects
Commit 22bd6775 authored by Enrico Granata's avatar Enrico Granata
Browse files

Removing spurious <locale> include

llvm-svn: 153107
parent 0b45669b
No related branches found
No related tags found
No related merge requests found
......@@ -13,14 +13,6 @@
// C Includes
// C++ Includes
// <locale> is not strictly-speaking a requirement for DataVisualization.h
// but including it ensures a smooth compilation of STLUtils.h. if <locale>
// is not included, a macro definition of isspace() and other cctype functions occurs
// which prevents <ostream> 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 <locale>
// Other libraries and framework includes
// Project includes
#include "lldb/Core/ConstString.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment