summaryrefslogtreecommitdiff
path: root/src/compiler/ast-tree.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-26 01:21:12 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-26 01:21:12 +0330
commit85bfc724dd2bdaa2259512c1b8ab21f7dfeca8f1 (patch)
tree0b9075ba9bf70aca9cdf36e5d909b161460b19a8 /src/compiler/ast-tree.h
parent6edcfb23ffd49e937395b710f7c6213b2c0d93cf (diff)
clean up
Diffstat (limited to 'src/compiler/ast-tree.h')
-rw-r--r--src/compiler/ast-tree.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h
index cb7c301..0e101a8 100644
--- a/src/compiler/ast-tree.h
+++ b/src/compiler/ast-tree.h
@@ -1,9 +1,6 @@
#pragma once
#include "compiler/parser.h"
-#include <stddef.h>
-#include <stdint.h>
-#include <sys/types.h>
#include <time.h>
typedef enum AstTreeToken {