stubs: avoid reaching up-tree, prefer inclusion options

This removes the explicit tree structure reference in the stubs to
locate the shims.  Instead, it expects that the `SwiftShims` directory
will be added to the header search path.
This commit is contained in:
Saleem Abdulrasool
2021-12-27 20:33:37 -08:00
parent a2e7347af7
commit ca39bb5b10
19 changed files with 22 additions and 22 deletions

View File

@@ -16,7 +16,7 @@
#ifndef SCALAR_PROP_DATA_H
#define SCALAR_PROP_DATA_H
#include "../SwiftShims/SwiftStdint.h"
#include "SwiftShims/SwiftStdint.h"
#define BIN_PROPS_COUNT 4855