From edb1612b9f5d5485528e24470b88a7d602772ad6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 15 Sep 2025 13:34:07 +0900 Subject: refactor: remove src/std.h --- src/ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ast.h') diff --git a/src/ast.h b/src/ast.h index 8d40575..04cc1ec 100644 --- a/src/ast.h +++ b/src/ast.h @@ -1,7 +1,7 @@ #ifndef DUCC_AST_H #define DUCC_AST_H -#include "std.h" +#include typedef enum { StorageClass_unspecified, -- cgit v1.2.3-70-g09d2