Remove dead #include
authorChris Lattner <sabre@nondot.org>
Mon, 23 Jan 2006 00:38:14 +0000 (00:38 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Jan 2006 00:38:14 +0000 (00:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25520 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/llc.cpp

index e63260a3495fa48df3b72a8fd0a6048689bae81d..30a4880bb7446ad32b70329f80b671f7b21b21e0 100644 (file)
@@ -23,7 +23,6 @@
 #include "llvm/Pass.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/PluginLoader.h"
-#include "llvm/Support/PassNameParser.h"
 #include "llvm/Support/FileUtilities.h"
 #include "llvm/Analysis/Verifier.h"
 #include "llvm/System/Signals.h"