summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Mangled.cpp
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-05-31 20:21:38 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-05-31 20:21:38 +0000
commitc91e4ab26e3c738b599bb18b0f6e5cfb57fbea89 (patch)
treed85ceef1b1582bb9efec65d62f55014f8239aa5f /lldb/source/Core/Mangled.cpp
parent132c4a266c19eda30f5f12dda1d91a7cc5d4ddb5 (diff)
downloadbcm5719-llvm-c91e4ab26e3c738b599bb18b0f6e5cfb57fbea89.tar.gz
bcm5719-llvm-c91e4ab26e3c738b599bb18b0f6e5cfb57fbea89.zip
Use C-style include to match style in file (instead of C++ style)
- as per review comment from Dimitry Andric! llvm-svn: 183039
Diffstat (limited to 'lldb/source/Core/Mangled.cpp')
-rw-r--r--lldb/source/Core/Mangled.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Mangled.cpp b/lldb/source/Core/Mangled.cpp
index 37812e0956c..e6ab0c78d9c 100644
--- a/lldb/source/Core/Mangled.cpp
+++ b/lldb/source/Core/Mangled.cpp
@@ -30,7 +30,7 @@
#include "lldb/Core/Timer.h"
#include <ctype.h>
#include <string.h>
-#include <cstdlib>
+#include <stdlib.h>
using namespace lldb_private;
OpenPOWER on IntegriCloud