diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 06:23:49 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 06:23:49 +0000 |
| commit | 56fdb6ae69fa3bd8b6878738afb7a371640b45fc (patch) | |
| tree | f843a9d29dadca32a938a8975949486d40398eb1 /clang/lib/AST/StmtPrinter.cpp | |
| parent | 7b7b67872fc105b1b12c0e6e979fea5a158cc132 (diff) | |
| download | bcm5719-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/AST/StmtPrinter.cpp')
| -rw-r--r-- | clang/lib/AST/StmtPrinter.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/AST/StmtPrinter.cpp b/clang/lib/AST/StmtPrinter.cpp index 7cd00dab50d..abcab9cfd32 100644 --- a/clang/lib/AST/StmtPrinter.cpp +++ b/clang/lib/AST/StmtPrinter.cpp @@ -13,15 +13,10 @@ //===----------------------------------------------------------------------===// #include "clang/AST/StmtVisitor.h" -#include "clang/AST/Decl.h" #include "clang/AST/DeclObjC.h" -#include "clang/AST/ExprCXX.h" -#include "clang/AST/ExprObjC.h" #include "clang/AST/PrettyPrinter.h" -#include "clang/Basic/IdentifierTable.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/Streams.h" -#include <iomanip> using namespace clang; //===----------------------------------------------------------------------===// |

