aboutsummaryrefslogtreecommitdiffstats
path: root/src/n3.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-19 03:29:26 +0200
committerDavid Robillard <d@drobilla.net>2020-10-27 13:13:58 +0100
commit6f2d3942dff7e176f4771ea6134ffcc88e33ef42 (patch)
tree38cd50096fcbcd9e5eca042394dc18ce5bf5e8e7 /src/n3.c
parent39819593f45c29982182c740c5ba6669473ebfc3 (diff)
downloadserd-6f2d3942dff7e176f4771ea6134ffcc88e33ef42.tar.gz
serd-6f2d3942dff7e176f4771ea6134ffcc88e33ef42.tar.bz2
serd-6f2d3942dff7e176f4771ea6134ffcc88e33ef42.zip
Move MIN macro to int_math.h
Diffstat (limited to 'src/n3.c')
-rw-r--r--src/n3.c2
1 files changed, 1 insertions, 1 deletions
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"