mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove needless header file include
This commit is contained in:
parent
ae701031f5
commit
4c41203bbb
1 changed files with 0 additions and 1 deletions
1
node.c
1
node.c
|
@ -13,7 +13,6 @@
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "node.h"
|
#include "node.h"
|
||||||
#include "rubyparser.h"
|
#include "rubyparser.h"
|
||||||
#include "internal/parse.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "internal/variable.h"
|
#include "internal/variable.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue