Remove unneeded #includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174806 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakub Staszak
2013-02-09 13:29:10 +00:00
parent db5e50ddaf
commit 96a82d186e
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@
#include "llvm/IR/BasicBlock.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/DebugLoc.h"
namespace llvm {