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-04-13 19:15:32 +0200
commit732f2a6cb961949a63b82fb30d9b84e74786a33a (patch)
tree0e4654b05769772f3fb3f5299cba7b09b69164fa /src/world.h
parent583af959cc8b804914c887b9dc2b1c821bdf41ab (diff)
downloadserd-732f2a6cb961949a63b82fb30d9b84e74786a33a.tar.gz
serd-732f2a6cb961949a63b82fb30d9b84e74786a33a.tar.bz2
serd-732f2a6cb961949a63b82fb30d9b84e74786a33a.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;