remove unneeded #includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2007-12-30 01:11:43 +00:00
parent b4e48cb096
commit ece6737f15

View File

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