diff options
author | David Robillard <d@drobilla.net> | 2021-07-17 13:19:27 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | c3bc111f7fb2a44e068e5250f7823352e44c76dc (patch) | |
tree | 4ecfff5a04eaab39a5152f72a41906a6e64b08a9 /include/serd/sink.h | |
parent | ea4b6e7d109ae3abc7f8ecdf99e3eb33e3484b77 (diff) | |
download | serd-c3bc111f7fb2a44e068e5250f7823352e44c76dc.tar.gz serd-c3bc111f7fb2a44e068e5250f7823352e44c76dc.tar.bz2 serd-c3bc111f7fb2a44e068e5250f7823352e44c76dc.zip |
Factor out and expose serd_write_file_uri()
Diffstat (limited to 'include/serd/sink.h')
-rw-r--r-- | include/serd/sink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/serd/sink.h b/include/serd/sink.h index 58932435..291e8d3f 100644 --- a/include/serd/sink.h +++ b/include/serd/sink.h @@ -9,7 +9,6 @@ #include "serd/node.h" #include "serd/statement.h" #include "serd/status.h" -#include "zix/allocator.h" #include "zix/attributes.h" SERD_BEGIN_DECLS |