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/writer.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/writer.h')
-rw-r--r-- | include/serd/writer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/serd/writer.h b/include/serd/writer.h index 60220570..fabdcd61 100644 --- a/include/serd/writer.h +++ b/include/serd/writer.h @@ -13,7 +13,6 @@ #include "serd/syntax.h" #include "serd/world.h" #include "zix/attributes.h" -#include "zix/string_view.h" #include <stdint.h> |