aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.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/node.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/node.c')
-rw-r--r--src/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.c b/src/node.c
index a2b0c1c5..633f4567 100644
--- a/src/node.c
+++ b/src/node.c
@@ -16,7 +16,7 @@
#include "node.h"
-#include "serd_internal.h"
+#include "namespaces.h"
#include "static_nodes.h"
#include "string_utils.h"
#include "system.h"