summaryrefslogtreecommitdiff
path: root/libyelp/yelp-uri-builder.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2021-03-18 17:29:20 +0100
committerJavier Jardón <jjardon@gnome.org>2021-07-04 18:52:23 +0100
commit2bbc816bda0d60349d49a5b7ef9532490f80ab3b (patch)
tree679568f9dbc34b9385f76477008cb37c37fd30ac /libyelp/yelp-uri-builder.h
parent9aac62475dbb25d4352bc5d5a99d695492d3e3aa (diff)
downloadyelp-2bbc816bda0d60349d49a5b7ef9532490f80ab3b.tar.gz
Use GUri instead of SoupURI
This removes the direct dependency on libsoup, so that yelp doesn't need to be migrated to libsoup3.
Diffstat (limited to 'libyelp/yelp-uri-builder.h')
-rw-r--r--libyelp/yelp-uri-builder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libyelp/yelp-uri-builder.h b/libyelp/yelp-uri-builder.h
index d6effa4c..049b9a03 100644
--- a/libyelp/yelp-uri-builder.h
+++ b/libyelp/yelp-uri-builder.h
@@ -19,10 +19,9 @@
*/
#include <string.h>
-#include <libsoup/soup.h>
#include "yelp-uri.h"
gchar * build_network_uri (const gchar *uri);
gchar * build_yelp_uri (const gchar *uri);
-gchar * build_network_scheme (const gchar *scheme); \ No newline at end of file
+gchar * build_network_scheme (const gchar *scheme);