Remove unneeded #include.

llvm-svn: 247081
This commit is contained in:
Adrian Prantl 2015-09-08 22:06:40 +00:00
parent c634ed0b1a
commit ab010c4e0e
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Dwarf.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
using namespace clang;