1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove unneeded include

llvm-svn: 201201
This commit is contained in:
Matt Arsenault 2014-02-12 01:00:24 +00:00
parent acf90a3777
commit f329c592ca

View File

@ -17,7 +17,6 @@
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/IR/Dominators.h"
namespace llvm {