Remove '#include <sstream>' from libAnalysis.

llvm-svn: 74245
This commit is contained in:
Ted Kremenek 2009-06-26 00:43:22 +00:00
parent af1ac826f6
commit bb597cdfc2
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@
#ifndef NDEBUG
#include "llvm/Support/GraphWriter.h"
#include <sstream>
#endif
using namespace clang;

View File

@ -18,7 +18,7 @@
#include "clang/AST/StmtCXX.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/Casting.h"
#include <sstream>
using namespace clang;
using llvm::dyn_cast;
using llvm::isa;