aboutsummaryrefslogtreecommitdiffstats
path: root/src/byte_source.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-11 11:14:32 +0200
committerDavid Robillard <d@drobilla.net>2018-05-27 18:23:15 +0200
commitca7747e16dbcf7395d73f5292394cf37a4748604 (patch)
treec749739e6d7850d2090607a036b1dfa44c53fc3f /src/byte_source.h
parent227834eebd2aad13b25bddae3e65cf51877333ee (diff)
downloadserd-ca7747e16dbcf7395d73f5292394cf37a4748604.tar.gz
serd-ca7747e16dbcf7395d73f5292394cf37a4748604.tar.bz2
serd-ca7747e16dbcf7395d73f5292394cf37a4748604.zip
Clean up includes and improve source file separation
Diffstat (limited to 'src/byte_source.h')
-rw-r--r--src/byte_source.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/byte_source.h b/src/byte_source.h
index fa016ee5..028add77 100644
--- a/src/byte_source.h
+++ b/src/byte_source.h
@@ -17,10 +17,12 @@
#ifndef SERD_BYTE_SOURCE_H
#define SERD_BYTE_SOURCE_H
-#include "serd_internal.h"
+#include "serd/serd.h"
#include <assert.h>
+#include <stdbool.h>
#include <stddef.h>
+#include <stdint.h>
#include <stdio.h>
typedef int (*SerdStreamCloseFunc)(void*);