From 531b6c972df84a8f7545af2158236e9d0c3a460c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Apr 2018 14:07:29 +0200 Subject: Clean up and separate internal headers --- src/uri.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/uri.c') diff --git a/src/uri.c b/src/uri.c index 347549d2..66ef0b6a 100644 --- a/src/uri.c +++ b/src/uri.c @@ -14,7 +14,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "serd_internal.h" +#include "string_utils.h" +#include "uri_utils.h" #include "serd/serd.h" -- cgit v1.2.1