summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SourceMgr.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2015-03-23 18:07:13 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2015-03-23 18:07:13 +0000
commit16132e6faa678fa3ef08e639f0703a5d8a672b94 (patch)
tree7973f810b1cbfb2825cdc0bcd9ad2c13cc8fd259 /llvm/lib/Support/SourceMgr.cpp
parent53f5e893c25216d076e3c0b5f3883fdc522015f1 (diff)
downloadbcm5719-llvm-16132e6faa678fa3ef08e639f0703a5d8a672b94.tar.gz
bcm5719-llvm-16132e6faa678fa3ef08e639f0703a5d8a672b94.zip
Purge unused includes throughout libSupport.
NFC. llvm-svn: 232976
Diffstat (limited to 'llvm/lib/Support/SourceMgr.cpp')
-rw-r--r--llvm/lib/Support/SourceMgr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Support/SourceMgr.cpp b/llvm/lib/Support/SourceMgr.cpp
index b50a66b2974..d5e3157b064 100644
--- a/llvm/lib/Support/SourceMgr.cpp
+++ b/llvm/lib/Support/SourceMgr.cpp
@@ -14,13 +14,11 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/SourceMgr.h"
-#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/Locale.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
-#include <system_error>
using namespace llvm;
static const size_t TabStop = 8;
OpenPOWER on IntegriCloud