[llvm-commits] [llvm] r123877 - /llvm/trunk/include/llvm/Support/StandardPasses.h
Cameron Zwarich
zwarich at apple.com
Wed Jan 19 19:56:35 PST 2011
Author: zwarich
Date: Wed Jan 19 21:56:35 2011
New Revision: 123877
URL: http://llvm.org/viewvc/llvm-project?rev=123877&view=rev
Log:
Remove an unnecessary #include.
Modified:
llvm/trunk/include/llvm/Support/StandardPasses.h
Modified: llvm/trunk/include/llvm/Support/StandardPasses.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/StandardPasses.h?rev=123877&r1=123876&r2=123877&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/StandardPasses.h (original)
+++ llvm/trunk/include/llvm/Support/StandardPasses.h Wed Jan 19 21:56:35 2011
@@ -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"
More information about the llvm-commits
mailing list