diff options
| author | gingerBill <bill@gingerbill.org> | 2020-03-19 15:36:13 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-03-19 15:36:13 +0000 |
| commit | 8093062e3b58af6124f75161be110a4eccef7b54 (patch) | |
| tree | 7156532b79b44c2dc4a627731ee6222d7ba084fb /src/types.cpp | |
| parent | 9524739dfc65e6ce5451575751959fb1188ba488 (diff) | |
Wrap all LLVM C includes
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/types.cpp b/src/types.cpp index 6d880cdec..4c7f07cc7 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -1,5 +1,3 @@ -#include "llvm-c/Types.h" - struct Scope; struct Ast; |