summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Log.cpp
diff options
context:
space:
mode:
authorVirgile Bello <virgile.bello@gmail.com>2013-08-28 12:14:27 +0000
committerVirgile Bello <virgile.bello@gmail.com>2013-08-28 12:14:27 +0000
commitbdae3787ef23070b59532e02da2ee08365015ef4 (patch)
treebfa4e48933247a1b79540e5bfbe7c00f0a360a70 /lldb/source/Core/Log.cpp
parente6ed5b72f13d23ee249d4fc93a3acd1eac81a8e9 (diff)
downloadbcm5719-llvm-bdae3787ef23070b59532e02da2ee08365015ef4.tar.gz
bcm5719-llvm-bdae3787ef23070b59532e02da2ee08365015ef4.zip
Cleanup/rearrange includes:
- factorize unistd.h and stdbool.h in lldb-types.h. - Add <functional> and <string> where required. llvm-svn: 189477
Diffstat (limited to 'lldb/source/Core/Log.cpp')
-rw-r--r--lldb/source/Core/Log.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/Log.cpp b/lldb/source/Core/Log.cpp
index 9200fe13892..8b403677ffc 100644
--- a/lldb/source/Core/Log.cpp
+++ b/lldb/source/Core/Log.cpp
@@ -13,7 +13,6 @@
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
-#include <unistd.h>
// C++ Includes
#include <map>
OpenPOWER on IntegriCloud