diff options
Diffstat (limited to 'llvm/lib/Bytecode/Writer/WriterInternals.h')
-rw-r--r-- | llvm/lib/Bytecode/Writer/WriterInternals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Writer/WriterInternals.h b/llvm/lib/Bytecode/Writer/WriterInternals.h index 73884bbdcc4..bd4a3288268 100644 --- a/llvm/lib/Bytecode/Writer/WriterInternals.h +++ b/llvm/lib/Bytecode/Writer/WriterInternals.h @@ -17,7 +17,6 @@ #include "llvm/Bytecode/Primitives.h" #include "llvm/SlotCalculator.h" #include "llvm/Instruction.h" -#include <deque> class BytecodeWriter { std::deque<unsigned char> &Out; |