From 732f2a6cb961949a63b82fb30d9b84e74786a33a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2018 11:14:32 +0200 Subject: Clean up includes and improve source file separation --- src/node.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/node.h') diff --git a/src/node.h b/src/node.h index 090faf0c..e39702a5 100644 --- a/src/node.h +++ b/src/node.h @@ -17,7 +17,9 @@ #ifndef SERD_NODE_H #define SERD_NODE_H -#include "serd_internal.h" +#include "serd/serd.h" + +#include struct SerdNodeImpl { size_t n_bytes; /**< Size in bytes (not including null) */ -- cgit v1.2.1