aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/PathDiagnostic.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-06-26 00:43:22 +0000
committerTed Kremenek <kremenek@apple.com>2009-06-26 00:43:22 +0000
commit1140186abc9c6bd39f50d9866892e0b050e5f938 (patch)
tree045554112f71cb7859d81a19a3b14b8420cddb8f /lib/Analysis/PathDiagnostic.cpp
parent5c73462271f59acf02b69ac384893ae3ff9dc1e9 (diff)
Remove '#include <sstream>' from libAnalysis.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/PathDiagnostic.cpp')
-rw-r--r--lib/Analysis/PathDiagnostic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/PathDiagnostic.cpp b/lib/Analysis/PathDiagnostic.cpp
index ec96329852..a608ce0d58 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;