From ca7747e16dbcf7395d73f5292394cf37a4748604 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/byte_source.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/byte_source.c') diff --git a/src/byte_source.c b/src/byte_source.c index 6e11f863..42f7e557 100644 --- a/src/byte_source.c +++ b/src/byte_source.c @@ -14,11 +14,17 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "serd_internal.h" - #include "byte_source.h" #include "system.h" +#include "system.h" + +#include "serd/serd.h" + +#include +#include +#include + static inline SerdStatus serd_byte_source_page(SerdByteSource* source) { -- cgit v1.2.1