forked from OSchip/llvm-project
Fix the actual user of DataTypes.h in llvm-c to avoid the circular dependency
(follow-up to r328065) llvm-svn: 328073
This commit is contained in:
parent
6336aedd39
commit
c27da9a996
|
@ -14,8 +14,8 @@
|
||||||
#ifndef LLVM_C_SUPPORT_H
|
#ifndef LLVM_C_SUPPORT_H
|
||||||
#define LLVM_C_SUPPORT_H
|
#define LLVM_C_SUPPORT_H
|
||||||
|
|
||||||
|
#include "llvm-c/DataTypes.h"
|
||||||
#include "llvm-c/Types.h"
|
#include "llvm-c/Types.h"
|
||||||
#include "llvm/Support/DataTypes.h"
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Reference in New Issue