From: Evan Cheng Date: Fri, 29 Feb 2008 02:49:15 +0000 (+0000) Subject: Remove redundant #include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8f14da172d6705eccd4da2547321f0aac50c1a96;p=oota-llvm.git Remove redundant #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47748 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LoopAligner.cpp b/lib/CodeGen/LoopAligner.cpp index c5a3f549a76..a40bb50565d 100644 --- a/lib/CodeGen/LoopAligner.cpp +++ b/lib/CodeGen/LoopAligner.cpp @@ -18,7 +18,6 @@ #include "llvm/CodeGen/Passes.h" #include "llvm/Target/TargetLowering.h" #include "llvm/Target/TargetMachine.h" -#include "llvm/Support/CommandLine.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/Debug.h" using namespace llvm;