aboutsummaryrefslogtreecommitdiff
path: root/src/include/token.h
diff options
context:
space:
mode:
authorc2023-12-05 12:43:06 -0500
committerc2023-12-05 12:43:06 -0500
commit56e337c634559e47bec6639a714635ec246a58f5 (patch)
tree1485a0857f3987c87900e22ed0e2bb5b336fe805 /src/include/token.h
parent3139398d475830f976895d27e772d4e926490881 (diff)
Removed hacked in "testing framework" (HLKT).
Diffstat (limited to 'src/include/token.h')
-rw-r--r--src/include/token.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/token.h b/src/include/token.h
index f86c47f..f95f066 100644
--- a/src/include/token.h
+++ b/src/include/token.h
@@ -2,7 +2,6 @@
#define TOKEN_H
#include "util.h"
-#include "hlkt.h"
typedef enum TOKEN_TYPE {
TOKEN_UNKNOWN,