aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/token.h')
-rw-r--r--src/token.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/token.h b/src/token.h
index ced3de3..9dc89e8 100644
--- a/src/token.h
+++ b/src/token.h
@@ -1,9 +1,8 @@
#ifndef DUCC_TOKEN_H
#define DUCC_TOKEN_H
-#include <stddef.h>
+#include "ducc.h"
#include "io.h"
-#include "json.h"
typedef enum {
TokenKind_eof,