From: Chris Lattner Date: Sun, 30 Dec 2007 01:11:43 +0000 (+0000) Subject: remove unneeded #includes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ece6737f1510080ff655798cf2256d856ea84797;p=oota-llvm.git remove unneeded #includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45439 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 2058dae57fd..91a6e1bd410 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -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 #include #include @@ -82,7 +80,6 @@ private: unsigned char subReg; } auxInfo; - MachineOperand() {} void print(std::ostream &os) const;