Remove redundant #include.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 29 Feb 2008 02:49:15 +0000 (02:49 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 29 Feb 2008 02:49:15 +0000 (02:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47748 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LoopAligner.cpp

index c5a3f549a76535826eb2e1a2ae77b7baf36d3c81..a40bb50565d3863bc520d726ea4bab6e06beaf9a 100644 (file)
@@ -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;