1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

remove unneeded #includes.

llvm-svn: 45439
This commit is contained in:
Chris Lattner 2007-12-30 01:11:43 +00:00
parent 0331a3297f
commit ed584991ba

View File

@ -16,9 +16,7 @@
#ifndef LLVM_CODEGEN_MACHINEINSTR_H
#define LLVM_CODEGEN_MACHINEINSTR_H
#include "llvm/ADT/iterator"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Streams.h"
#include <vector>
#include <cassert>
#include <iosfwd>
@ -82,7 +80,6 @@ private:
unsigned char subReg;
} auxInfo;
MachineOperand() {}
void print(std::ostream &os) const;