From: Benjamin Kramer Date: Wed, 5 Sep 2012 18:19:08 +0000 (+0000) Subject: Clean up includes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b985e9aacdd604a5a503496a1633fa9c6ef7235c;p=oota-llvm.git Clean up includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163229 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineOperand.h b/include/llvm/CodeGen/MachineOperand.h index 5c6662eeecc..0b9d67f37af 100644 --- a/include/llvm/CodeGen/MachineOperand.h +++ b/include/llvm/CodeGen/MachineOperand.h @@ -14,7 +14,6 @@ #ifndef LLVM_CODEGEN_MACHINEOPERAND_H #define LLVM_CODEGEN_MACHINEOPERAND_H -#include "llvm/ADT/Hashing.h" #include "llvm/Support/DataTypes.h" #include @@ -30,6 +29,7 @@ class MachineRegisterInfo; class MDNode; class TargetMachine; class TargetRegisterInfo; +class hash_code; class raw_ostream; class MCSymbol;