diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-26 01:21:12 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-26 01:21:12 +0330 |
commit | 85bfc724dd2bdaa2259512c1b8ab21f7dfeca8f1 (patch) | |
tree | 0b9075ba9bf70aca9cdf36e5d909b161460b19a8 /src/compiler/parser.h | |
parent | 6edcfb23ffd49e937395b710f7c6213b2c0d93cf (diff) |
clean up
Diffstat (limited to 'src/compiler/parser.h')
-rw-r--r-- | src/compiler/parser.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/parser.h b/src/compiler/parser.h index f37715d..f7d1954 100644 --- a/src/compiler/parser.h +++ b/src/compiler/parser.h @@ -2,8 +2,6 @@ #include "compiler/lexer.h" #include "utils/type.h" -#include <stddef.h> -#include <stdint.h> #include <time.h> typedef enum ParserToken { |