Clean up header, remove extra #include

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-09-10 19:42:51 +00:00
parent ad2be6cc41
commit 2148bcb7e3
2 changed files with 2 additions and 6 deletions

View File

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

View File

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