Allow <undef> flags on def operands as well as uses.
[oota-llvm.git] / include / llvm / CodeGen / BinaryObject.h
index 9e2ef18202b0869136d3d43da477b04f0272ac21..8c1431ffbeeddccef94213cbb6924d163d5c32ea 100644 (file)
 #ifndef LLVM_CODEGEN_BINARYOBJECT_H
 #define LLVM_CODEGEN_BINARYOBJECT_H
 
-#include "llvm/System/DataTypes.h"
+#include "llvm/CodeGen/MachineRelocation.h"
+#include "llvm/Support/DataTypes.h"
 
 #include <string>
 #include <vector>
 
 namespace llvm {
 
-class MachineRelocation;
 typedef std::vector<uint8_t> BinaryData;
 
 class BinaryObject {