Remove unneeded #includes.

llvm-svn: 74131
This commit is contained in:
Ted Kremenek 2009-06-24 22:26:16 +00:00
parent 08d3ac17f0
commit 35a63c680f
1 changed files with 0 additions and 3 deletions

View File

@ -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;