aboutsummaryrefslogtreecommitdiffstats
path: root/src/reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reader.c')
-rw-r--r--src/reader.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/reader.c b/src/reader.c
index 3a6c346c..aa36a681 100644
--- a/src/reader.c
+++ b/src/reader.c
@@ -15,20 +15,22 @@
*/
#include "reader.h"
+
+#include "byte_source.h"
+#include "node.h"
+#include "serd/serd.h"
#include "serd_internal.h"
+#include "stack.h"
+#include "system.h"
+#include "world.h"
-#include <ctype.h>
#include <errno.h>
#include <stdarg.h>
-#include <stdint.h>
+#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "reader.h"
-#include "system.h"
-#include "world.h"
-
static SerdStatus serd_reader_prepare(SerdReader* reader);
int