aboutsummaryrefslogtreecommitdiffstats
path: root/src/byte_sink.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-11 11:14:32 +0200
committerDavid Robillard <d@drobilla.net>2018-12-30 17:58:17 -0500
commit32c548683ed8ff8e585f069cd20ccddf54f00867 (patch)
treea78b62b9ac23e69d8380305531a1a054ab646a36 /src/byte_sink.h
parent520f208db173a103b37dbe0d67c2e29a684edb82 (diff)
downloadserd-32c548683ed8ff8e585f069cd20ccddf54f00867.tar.gz
serd-32c548683ed8ff8e585f069cd20ccddf54f00867.tar.bz2
serd-32c548683ed8ff8e585f069cd20ccddf54f00867.zip
Clean up includes and improve source file separation
Diffstat (limited to 'src/byte_sink.h')
-rw-r--r--src/byte_sink.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/byte_sink.h b/src/byte_sink.h
index 0d825020..4425f91f 100644
--- a/src/byte_sink.h
+++ b/src/byte_sink.h
@@ -17,12 +17,14 @@
#ifndef SERD_BYTE_SINK_H
#define SERD_BYTE_SINK_H
-#include <stddef.h>
-#include <string.h>
+#include "serd_internal.h"
+#include "system.h"
#include "serd/serd.h"
-#include "system.h"
+#include <stddef.h>
+#include <stdlib.h>
+#include <string.h>
typedef struct SerdByteSinkImpl {
SerdWriteFunc sink;