Make llvm-c header use local includes

This commit is contained in:
gingerBill
2020-09-18 13:18:28 +01:00
parent 10afc58d7d
commit 20e4548999
26 changed files with 33 additions and 33 deletions
+2 -2
View 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 "DataTypes.h"
#include "Types.h"
#ifdef __cplusplus
extern "C" {