mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
re-add io.h and encoding.h into internal.h
This is tentative. For the sake of simplicity we partially revert commitse9cb552ec9
,ee85a6e72b
and51edb30042
. Will decouple them once again when we are ready.
This commit is contained in:
parent
b739a63eb4
commit
1dd149d3b1
Notes:
git
2019-12-26 20:46:08 +09:00
3 changed files with 2 additions and 8 deletions
|
@ -21,6 +21,8 @@ extern "C" {
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#include "ruby/encoding.h"
|
||||
#include "ruby/io.h"
|
||||
#include "internal/stdbool.h"
|
||||
#include "internal/bits.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue