Skip to content

Commit

Permalink
Sort out header files
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Apr 15, 2023
1 parent 8e5dbe7 commit a633bbc
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions parse.y
Original file line number Diff line number Diff line change
Expand Up @@ -44,31 +44,36 @@ struct lex_context;
#include "internal.h"
#include "internal/imemo.h"
#include "internal/variable.h"
#include "ruby/st.h"

#ifdef RIPPER
#include "ruby/internal/config.h"

#include "internal.h"
#include "internal/compile.h"
#include "internal/compilers.h"
#include "internal/complex.h"
#include "internal/encoding.h"
#include "internal/error.h"
#include "internal/numeric.h"
#include "internal/hash.h"
#include "internal/imemo.h"
#include "internal/io.h"
#include "internal/numeric.h"
#include "internal/parse.h"
#include "internal/rational.h"
#include "internal/re.h"
#include "internal/ruby_parser.h"
#include "internal/symbol.h"
#include "internal/thread.h"

#include "internal/variable.h"
#include "node.h"
#include "probes.h"
#include "regenc.h"
#include "ruby/encoding.h"
#include "ruby/ractor.h"
#include "ruby/regex.h"
#include "ruby/ruby.h"
#include "ruby/st.h"
#include "ruby/util.h"
#include "regenc.h"
#include "ruby/ractor.h"
#include "symbol.h"

#endif
Expand Down

0 comments on commit a633bbc

Please sign in to comment.