diff --git a/tools/extract/extract.cpp b/tools/extract/extract.cpp index 83592704713..0298df2b2d5 100644 --- a/tools/extract/extract.cpp +++ b/tools/extract/extract.cpp @@ -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" diff --git a/tools/llvm-extract/llvm-extract.cpp b/tools/llvm-extract/llvm-extract.cpp index 83592704713..0298df2b2d5 100644 --- a/tools/llvm-extract/llvm-extract.cpp +++ b/tools/llvm-extract/llvm-extract.cpp @@ -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"