OSDN Git Service

Fix the actual user of DataTypes.h in llvm-c to avoid the circular dependency
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 21 Mar 2018 04:07:07 +0000 (04:07 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 21 Mar 2018 04:07:07 +0000 (04:07 +0000)
(follow-up to r328065)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328073 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/Support.h

index 6de184c..37d5d72 100644 (file)
@@ -14,8 +14,8 @@
 #ifndef LLVM_C_SUPPORT_H
 #define LLVM_C_SUPPORT_H
 
+#include "llvm-c/DataTypes.h"
 #include "llvm-c/Types.h"
-#include "llvm/Support/DataTypes.h"
 
 #ifdef __cplusplus
 extern "C" {