aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-06-24 22:26:16 +0000
committerTed Kremenek <kremenek@apple.com>2009-06-24 22:26:16 +0000
commit71edeb7b2279bd7015df75455de95e4fcae050b5 (patch)
treeeb8847e65525d161bcec33165a7874b6a816276a /lib
parent233e913eec6c178ab58d901a212318bae95dbebd (diff)
Remove unneeded #includes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74131 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/AST/CFG.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/AST/CFG.cpp b/lib/AST/CFG.cpp
index b76fe6b68c..d7a830726f 100644
--- a/lib/AST/CFG.cpp
+++ b/lib/AST/CFG.cpp
@@ -22,9 +22,6 @@
#include "llvm/Support/Compiler.h"
#include <llvm/Support/Allocator.h>
#include <llvm/Support/Format.h>
-#include <iomanip>
-#include <algorithm>
-#include <sstream>
using namespace clang;