From 3cc52ea33c0b96d1682f14fc45c45b57df0f39b6 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Mon, 29 Nov 2010 18:47:54 +0000 Subject: I swear I did a make clean and make before committing all this... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120304 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm-c/Core.h | 2 +- include/llvm-c/lto.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/llvm-c') diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index b9a8e4af56..d8a491d82b 100644 --- a/include/llvm-c/Core.h +++ b/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/include/llvm-c/lto.h b/include/llvm-c/lto.h index 52e9c4713e..8dccc78640 100644 --- a/include/llvm-c/lto.h +++ b/include/llvm-c/lto.h @@ -18,7 +18,7 @@ #include #include -#include "llvm/System/DataTypes.h" +#include "llvm/Support/DataTypes.h" #define LTO_API_VERSION 4 -- cgit v1.2.3-70-g09d2