prune dead #includes

llvm-svn: 49033
This commit is contained in:
Chris Lattner 2008-04-01 06:08:11 +00:00
parent 47448288ee
commit 4f6002c79a
1 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/FileManager.h"
#include "llvm/Config/config.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/System/Path.h"
@ -21,7 +20,6 @@
#include "llvm/Bitcode/Deserialize.h"
#include "llvm/Support/Streams.h"
#include <algorithm>
#include <fcntl.h>
using namespace clang;
using namespace SrcMgr;
using llvm::MemoryBuffer;