diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 19:59:28 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 19:59:28 -0400 |
| commit | 51c346bbc5f6c5179b56b09b75eec466acbe7ad7 (patch) | |
| tree | f20dc8b2ecec208dda83896be3448f9d6a8881b2 /parse.c | |
| parent | eae0a36b3921a9b4a93e8efa7b5f9d6b843c607b (diff) | |
Code cleanup
Diffstat (limited to 'parse.c')
| -rw-r--r-- | parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |
