diff options
Diffstat (limited to 'include/llvm/CodeGen/MachORelocation.h')
| -rw-r--r-- | include/llvm/CodeGen/MachORelocation.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachORelocation.h b/include/llvm/CodeGen/MachORelocation.h index 27306c62d888..21fe74f8e1cd 100644 --- a/include/llvm/CodeGen/MachORelocation.h +++ b/include/llvm/CodeGen/MachORelocation.h @@ -15,7 +15,7 @@  #ifndef LLVM_CODEGEN_MACHO_RELOCATION_H  #define LLVM_CODEGEN_MACHO_RELOCATION_H -#include "llvm/System/DataTypes.h" +#include "llvm/Support/DataTypes.h"  namespace llvm {  | 
