Skip to content

Commit 7332f61

Browse files
committed
1 parent 1174111 commit 7332f61

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tools/pnacl-freeze/pnacl-freeze.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,19 @@
1212
//===----------------------------------------------------------------------===//
1313

1414
#include "llvm/IR/LLVMContext.h"
15-
#include "llvm/Assembly/AssemblyAnnotationWriter.h"
1615
// Note: We need the following to provide the API for calling the NaCl
1716
// Bitcode Writer to generate the frozen file.
1817
#include "llvm/Bitcode/NaCl/NaClReaderWriter.h"
1918
// Note: We need the following to provide the API for calling the (LLVM)
2019
// Bitcode Reader to read in the corresonding pexe file to freeze.
2120
#include "llvm/Bitcode/ReaderWriter.h"
22-
#include "llvm/DebugInfo.h"
23-
#include "llvm/IR/IntrinsicInst.h"
2421
#include "llvm/IR/Module.h"
25-
#include "llvm/IR/Type.h"
2622
#include "llvm/Support/CommandLine.h"
2723
#include "llvm/Support/DataStream.h"
28-
#include "llvm/Support/FormattedStream.h"
2924
#include "llvm/Support/ManagedStatic.h"
30-
#include "llvm/Support/MemoryBuffer.h"
3125
#include "llvm/Support/PrettyStackTrace.h"
3226
#include "llvm/Support/Signals.h"
3327
#include "llvm/Support/ToolOutputFile.h"
34-
#include "llvm/Support/system_error.h"
35-
36-
// llvm/Bitcode/BitstreamWriter.h
3728

3829
using namespace llvm;
3930

0 commit comments

Comments
 (0)