diff options
| author | yangwei <[email protected]> | 2024-09-10 10:18:05 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-09-10 14:44:38 +0800 |
| commit | e9825c3988575be0bc6b422568e81335eb3cb5ce (patch) | |
| tree | 4cbb21495a4d51c90a6d563ba4cf154f748a2361 /infra/exdata/exdata_internal.h | |
| parent | 6403e832de204d262647cbc9fa964473c7802386 (diff) | |
🦄 refactor(stellar api): split exdata and mq
Diffstat (limited to 'infra/exdata/exdata_internal.h')
| -rw-r--r-- | infra/exdata/exdata_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/exdata/exdata_internal.h b/infra/exdata/exdata_internal.h index 4b8e398..a4b7a4f 100644 --- a/infra/exdata/exdata_internal.h +++ b/infra/exdata/exdata_internal.h @@ -2,7 +2,7 @@ #include "uthash/utarray.h" -#include "exdata.h" +#include "stellar/exdata.h" struct exdata_schema { |
