aboutsummaryrefslogtreecommitdiffstats
path: root/src/reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reader.c')
-rw-r--r--src/reader.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/reader.c b/src/reader.c
index c50b4865..a73135d7 100644
--- a/src/reader.c
+++ b/src/reader.c
@@ -14,20 +14,23 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#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