summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/TextDiagnosticPrinter.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-08-11 06:23:49 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-08-11 06:23:49 +0000
commit56fdb6ae69fa3bd8b6878738afb7a371640b45fc (patch)
treef843a9d29dadca32a938a8975949486d40398eb1 /clang/lib/Driver/TextDiagnosticPrinter.cpp
parent7b7b67872fc105b1b12c0e6e979fea5a158cc132 (diff)
downloadbcm5719-llvm-56fdb6ae69fa3bd8b6878738afb7a371640b45fc.tar.gz
bcm5719-llvm-56fdb6ae69fa3bd8b6878738afb7a371640b45fc.zip
More #include cleaning
- Kill unnecessary #includes in .cpp files. This is an automatic sweep so some things removed are actually used, but happen to be included by a previous header. I tried to get rid of the obvious examples and this was the easiest way to trim the #includes in one fell swoop. - We now return to regularly scheduled development. llvm-svn: 54632
Diffstat (limited to 'clang/lib/Driver/TextDiagnosticPrinter.cpp')
-rw-r--r--clang/lib/Driver/TextDiagnosticPrinter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Driver/TextDiagnosticPrinter.cpp b/clang/lib/Driver/TextDiagnosticPrinter.cpp
index 5b99f702052..e0faf478d1a 100644
--- a/clang/lib/Driver/TextDiagnosticPrinter.cpp
+++ b/clang/lib/Driver/TextDiagnosticPrinter.cpp
@@ -12,11 +12,9 @@
//===----------------------------------------------------------------------===//
#include "clang/Driver/TextDiagnosticPrinter.h"
-#include "clang/Basic/FileManager.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Lex/Lexer.h"
#include "llvm/Support/MemoryBuffer.h"
-#include <string>
using namespace clang;
void TextDiagnosticPrinter::
OpenPOWER on IntegriCloud