Moved exported symbols in internal/util.h to ruby/util.h

[Feature #18051]
This commit is contained in:
Nobuyoshi Nakada 2021-07-28 16:40:02 +09:00
parent 4794a8a7cf
commit c38c2d8ee2
Notes: git 2021-08-24 10:38:06 +09:00
10 changed files with 12 additions and 17 deletions

View file

@ -36,7 +36,6 @@
#include "internal/numeric.h"
#include "internal/object.h"
#include "internal/sanitizers.h"
#include "internal/util.h"
#include "internal/variable.h"
#include "internal/warnings.h"
#include "ruby/thread.h"