diff options
| author | Satoshi Tagomori <s-tagomori@sakura.ad.jp> | 2025-11-05 14:29:25 +0900 |
|---|---|---|
| committer | Satoshi Tagomori <tagomoris@gmail.com> | 2025-11-07 13:14:54 +0900 |
| commit | aaa1234702f0186b1cd7d2cea136eee20fc82153 (patch) | |
| tree | 250f139f301c362285bf4a86ec5d832bd56d2034 /class.c | |
| parent | 50b9d9d355b2c64101ebdd2f2de0e9010bb050dc (diff) | |
update referenced filenames from namespace to box
Diffstat (limited to 'class.c')
| -rw-r--r-- | class.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,10 +21,10 @@ #include "debug_counter.h" #include "id_table.h" #include "internal.h" +#include "internal/box.h" #include "internal/class.h" #include "internal/eval.h" #include "internal/hash.h" -#include "internal/namespace.h" #include "internal/object.h" #include "internal/string.h" #include "internal/variable.h" |
