runtime: remove llvm/DataTypes.h, llvm-c/DataTypes.h

Inline the standard headers that they included and remove the extra
include path.
This commit is contained in:
Saleem Abdulrasool
2020-06-04 10:50:29 -07:00
parent b25dab2925
commit 158332c088
9 changed files with 8 additions and 103 deletions

View File

@@ -19,6 +19,7 @@
#include "swift/Strings.h"
#include <vector>
#include <inttypes.h>
#if SWIFT_OBJC_INTEROP
#include <objc/runtime.h>