Remove needless header file include

This commit is contained in:
yui-knk 2024-04-21 14:46:27 +09:00 коммит произвёл Yuichiro Kaneko
Родитель 381ce130ae
Коммит f87c216c94
1 изменённых файлов: 0 добавлений и 9 удалений

9
node.c
Просмотреть файл

@ -10,19 +10,10 @@
**********************************************************************/
#ifdef UNIVERSAL_PARSER
#include <stddef.h>
#include "node.h"
#include "rubyparser.h"
#include "internal/parse.h"
#else
#include "internal.h"
#include "internal/hash.h"
#include "ruby/ruby.h"
#include "vm_core.h"
#endif
#include "internal/variable.h"