commit | 1140186abc9c6bd39f50d9866892e0b050e5f938 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Fri Jun 26 00:43:22 2009 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Fri Jun 26 00:43:22 2009 +0000 |
tree | 045554112f71cb7859d81a19a3b14b8420cddb8f | |
parent | 5c73462271f59acf02b69ac384893ae3ff9dc1e9 [diff] [blame] |
Remove '#include <sstream>' from libAnalysis. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74245 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/PathDiagnostic.cpp b/lib/Analysis/PathDiagnostic.cpp index ec96329..a608ce0 100644 --- a/lib/Analysis/PathDiagnostic.cpp +++ b/lib/Analysis/PathDiagnostic.cpp
@@ -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;