|
13 | 13 | #include <locale.h> |
14 | 14 |
|
15 | 15 | #include <Python.h> |
16 | | -#include "rapidjson/pythoncapi_compat.h" |
| 16 | +#include "yggdrasil_rapidjson/pythoncapi_compat.h" |
17 | 17 | #include <datetime.h> |
18 | 18 | #include <structmember.h> |
19 | 19 |
|
|
28 | 28 | #endif // YGGDRASIL_RAPIDJSON_PYTHON_WRAPPER |
29 | 29 | #define PYRJ_TWO_PHASE_INIT |
30 | 30 | // #define YGG_ENSURE_PY_GIL |
31 | | -#include "rapidjson/pyrj.h" |
32 | | -#include "rapidjson/reader.h" |
33 | | -#include "rapidjson/schema.h" |
34 | | -#include "rapidjson/stringbuffer.h" |
35 | | -#include "rapidjson/writer.h" |
36 | | -#include "rapidjson/prettywriter.h" |
37 | | -#include "rapidjson/error/en.h" |
| 31 | +#include "yggdrasil_rapidjson/pyrj.h" |
| 32 | +#include "yggdrasil_rapidjson/reader.h" |
| 33 | +#include "yggdrasil_rapidjson/schema.h" |
| 34 | +#include "yggdrasil_rapidjson/stringbuffer.h" |
| 35 | +#include "yggdrasil_rapidjson/writer.h" |
| 36 | +#include "yggdrasil_rapidjson/prettywriter.h" |
| 37 | +#include "yggdrasil_rapidjson/error/en.h" |
38 | 38 | #include "units.cpp" |
39 | 39 | #include "geometry.cpp" |
40 | 40 |
|
@@ -7095,7 +7095,7 @@ module_exec(PyObject* m) |
7095 | 7095 | || PyModule_AddIntConstant(m, "SIZE_OF_SIZE_T", SIZE_OF_SIZE_T) |
7096 | 7096 |
|
7097 | 7097 | || PyModule_AddStringConstant(m, "__version__", |
7098 | | - STRINGIFY(YGGDRASIL_PYTHON_RAPIDJSON_VERSION)) |
| 7098 | + STRINGIFY(YGGDRASIL_RAPIDJSON_PYTHON_VERSION)) |
7099 | 7099 | || PyModule_AddStringConstant(m, "__author__", |
7100 | 7100 | "Meagan Lang <langmm@illinois.edu> [yggdrasil-rapidjson]" |
7101 | 7101 | ", Ken Robbins <ken@kenrobbins.com> [rapidjson]" |
|
0 commit comments