From 6f2d3942dff7e176f4771ea6134ffcc88e33ef42 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Oct 2019 03:29:26 +0200 Subject: Move MIN macro to int_math.h --- src/n3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/n3.c') diff --git a/src/n3.c b/src/n3.c index 8b3ab9d7..129a7c44 100644 --- a/src/n3.c +++ b/src/n3.c @@ -15,9 +15,9 @@ */ #include "byte_source.h" +#include "namespaces.h" #include "node.h" #include "reader.h" -#include "serd_internal.h" #include "stack.h" #include "string_utils.h" #include "uri_utils.h" -- cgit v1.2.1