[llvm-commits] [llvm] r42428 - /llvm/trunk/lib/Analysis/PostDominatorCalculation.h
Owen Anderson
resistor at mac.com
Thu Sep 27 18:25:07 PDT 2007
Author: resistor
Date: Thu Sep 27 20:25:07 2007
New Revision: 42428
URL: http://llvm.org/viewvc/llvm-project?rev=42428&view=rev
Log:
Remove unneeded #include.
Modified:
llvm/trunk/lib/Analysis/PostDominatorCalculation.h
Modified: llvm/trunk/lib/Analysis/PostDominatorCalculation.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/PostDominatorCalculation.h?rev=42428&r1=42427&r2=42428&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/PostDominatorCalculation.h (original)
+++ llvm/trunk/lib/Analysis/PostDominatorCalculation.h Thu Sep 27 20:25:07 2007
@@ -13,7 +13,6 @@
#ifndef LLVM_ANALYSIS_POST_DOMINATOR_CALCULATION_H
#define LLVM_ANALYSIS_POST_DOMINATOR_CALCULATION_H
-#include "llvm/Analysis/Dominators.h"
#include "llvm/Analysis/PostDominators.h"
#include "llvm/Analysis/DominatorInternals.h"
More information about the llvm-commits
mailing list