Skip to content

Commit

Permalink
Remove "internal/compilers.h" and "regenc.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Apr 14, 2023
1 parent c9d6997 commit 370558e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parse.y
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ struct lex_context;

#include "internal.h"
#include "internal/compile.h"
#include "internal/compilers.h"
#include "internal/encoding.h"
#include "internal/imemo.h"
#include "internal/symbol.h"
#include "internal/variable.h"
#include "probes.h"
#include "regenc.h"
#include "ruby/encoding.h"
#include "ruby/regex.h"
#include "ruby/ruby.h"
Expand All @@ -56,6 +54,7 @@ struct lex_context;
#include "symbol.h"

#ifdef RIPPER
#include "internal/compilers.h"
#include "internal/complex.h"
#include "internal/error.h"
#include "internal/numeric.h"
Expand All @@ -64,6 +63,7 @@ struct lex_context;
#include "internal/rational.h"
#include "internal/re.h"
#include "internal/thread.h"
#include "regenc.h"

#endif

Expand Down

0 comments on commit 370558e

Please sign in to comment.