Clean up header, remove extra #include
authorChris Lattner <sabre@nondot.org>
Wed, 10 Sep 2003 19:42:51 +0000 (19:42 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 10 Sep 2003 19:42:51 +0000 (19:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8451 91177308-0d34-0410-b5e6-96231b3b80d8

tools/extract/extract.cpp
tools/llvm-extract/llvm-extract.cpp

index 8359270471352f0d134286b846247e232ff111a8..0298df2b2d5f8bb23d8eda59418ba73fae55bd26 100644 (file)
@@ -1,5 +1,4 @@
-//===----------------------------------------------------------------------===//
-// LLVM extract Utility
+//===- extract.cpp - LLVM function extraction utility ---------------------===//
 //
 // This utility changes the input module to only contain a single function,
 // which is primarily used for debugging transformations.
@@ -8,7 +7,6 @@
 
 #include "llvm/Module.h"
 #include "llvm/PassManager.h"
-#include "llvm/Pass.h"
 #include "llvm/Bytecode/Reader.h"
 #include "llvm/Bytecode/WriteBytecodePass.h"
 #include "llvm/Transforms/IPO.h"
index 8359270471352f0d134286b846247e232ff111a8..0298df2b2d5f8bb23d8eda59418ba73fae55bd26 100644 (file)
@@ -1,5 +1,4 @@
-//===----------------------------------------------------------------------===//
-// LLVM extract Utility
+//===- extract.cpp - LLVM function extraction utility ---------------------===//
 //
 // This utility changes the input module to only contain a single function,
 // which is primarily used for debugging transformations.
@@ -8,7 +7,6 @@
 
 #include "llvm/Module.h"
 #include "llvm/PassManager.h"
-#include "llvm/Pass.h"
 #include "llvm/Bytecode/Reader.h"
 #include "llvm/Bytecode/WriteBytecodePass.h"
 #include "llvm/Transforms/IPO.h"