diff options
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r-- | llvm/include/llvm-c/Core.h | 2 | ||||
-rw-r--r-- | llvm/include/llvm-c/lto.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index b9a8e4af568..d8a491d82be 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -33,7 +33,7 @@ #ifndef LLVM_C_CORE_H #define LLVM_C_CORE_H -#include "llvm/System/DataTypes.h" +#include "llvm/Support/DataTypes.h" #ifdef __cplusplus diff --git a/llvm/include/llvm-c/lto.h b/llvm/include/llvm-c/lto.h index 52e9c4713e1..8dccc786407 100644 --- a/llvm/include/llvm-c/lto.h +++ b/llvm/include/llvm-c/lto.h @@ -18,7 +18,7 @@ #include <stdbool.h> #include <stddef.h> -#include "llvm/System/DataTypes.h" +#include "llvm/Support/DataTypes.h" #define LTO_API_VERSION 4 |