Remove needless header file include
This commit is contained in:
parent
381ce130ae
commit
f87c216c94
9
node.c
9
node.c
@ -10,19 +10,10 @@
|
|||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
#ifdef UNIVERSAL_PARSER
|
#ifdef UNIVERSAL_PARSER
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "node.h"
|
#include "node.h"
|
||||||
#include "rubyparser.h"
|
#include "rubyparser.h"
|
||||||
#include "internal/parse.h"
|
#include "internal/parse.h"
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
#include "internal.h"
|
|
||||||
#include "internal/hash.h"
|
|
||||||
#include "ruby/ruby.h"
|
|
||||||
#include "vm_core.h"
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "internal/variable.h"
|
#include "internal/variable.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user