From: Cameron Zwarich Date: Thu, 20 Jan 2011 03:56:35 +0000 (+0000) Subject: Remove an unnecessary #include. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=229b22132b656f78f79d84dcdea8d4fe5f03b689;p=oota-llvm.git Remove an unnecessary #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123877 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/StandardPasses.h b/include/llvm/Support/StandardPasses.h index 8be2699e3cf..313eb346638 100644 --- a/include/llvm/Support/StandardPasses.h +++ b/include/llvm/Support/StandardPasses.h @@ -20,7 +20,6 @@ #define LLVM_SUPPORT_STANDARDPASSES_H #include "llvm/PassManager.h" -#include "llvm/Analysis/Dominators.h" #include "llvm/Analysis/Passes.h" #include "llvm/Analysis/Verifier.h" #include "llvm/Transforms/Scalar.h"