aboutsummaryrefslogtreecommitdiffstats
path: root/src/static_nodes.h
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/static_nodes.h
parent39819593f45c29982182c740c5ba6669473ebfc3 (diff)
downloadserd-6f2d3942dff7e176f4771ea6134ffcc88e33ef42.tar.gz
serd-6f2d3942dff7e176f4771ea6134ffcc88e33ef42.tar.bz2
serd-6f2d3942dff7e176f4771ea6134ffcc88e33ef42.zip
Move MIN macro to int_math.h
Diffstat (limited to 'src/static_nodes.h')
-rw-r--r--src/static_nodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static_nodes.h b/src/static_nodes.h
index 1399f580..f4794d72 100644
--- a/src/static_nodes.h
+++ b/src/static_nodes.h
@@ -17,8 +17,8 @@
#ifndef SERD_STATIC_NODES_H
#define SERD_STATIC_NODES_H
+#include "namespaces.h"
#include "node.h"
-#include "serd_internal.h"
typedef struct StaticNode {
SerdNode node;