aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-13 19:59:28 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-13 19:59:28 -0400
commit51c346bbc5f6c5179b56b09b75eec466acbe7ad7 (patch)
treef20dc8b2ecec208dda83896be3448f9d6a8881b2 /parse.c
parenteae0a36b3921a9b4a93e8efa7b5f9d6b843c607b (diff)
Code cleanup
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index e98a57d7..e1567c4b 100644
--- a/parse.c
+++ b/parse.c
@@ -12,7 +12,6 @@
#include <signal.h>
#include "ast.h"
-#include "builtins/functions.h"
#include "builtins/integers.h"
#include "builtins/text.h"
#include "builtins/table.h"