aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-11 11:14:32 +0200
committerDavid Robillard <d@drobilla.net>2019-12-19 20:52:35 -0500
commit2370d86f35ff41ae94c5c45deef1e6a6dac0052c (patch)
tree0994e8ba1c75fcc7785c9d92de61fc75b49fdef7 /src/world.h
parentf72ab5fe4e39d4973e31e43b6db3be499af418f2 (diff)
downloadserd-2370d86f35ff41ae94c5c45deef1e6a6dac0052c.tar.gz
serd-2370d86f35ff41ae94c5c45deef1e6a6dac0052c.tar.bz2
serd-2370d86f35ff41ae94c5c45deef1e6a6dac0052c.zip
Clean up includes and improve source file separation
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h
index aeea70c2..0aaea8fc 100644
--- a/src/world.h
+++ b/src/world.h
@@ -17,7 +17,10 @@
#ifndef SERD_WORLD_H
#define SERD_WORLD_H
-#include "serd_internal.h"
+#include "serd/serd.h"
+
+#include <stdint.h>
+#include <stdio.h>
struct SerdWorldImpl {
SerdErrorSink error_sink;