Remove needless header file include

This commit is contained in:
yui-knk 2024-04-29 17:23:28 +09:00 committed by Yuichiro Kaneko
parent ae701031f5
commit 4c41203bbb

1
node.c
View File

@ -13,7 +13,6 @@
#include <stddef.h>
#include "node.h"
#include "rubyparser.h"
#include "internal/parse.h"
#endif
#include "internal/variable.h"