xo-interpreter2 stack: refactor: string clases -> xo-stringtable2/
This commit is contained in:
parent
692144df58
commit
27e2990f4c
2 changed files with 2 additions and 2 deletions
|
|
@ -6,13 +6,13 @@
|
|||
#include <xo/interpreter2/init_interpreter2.hpp>
|
||||
#include <xo/interpreter2/VirtualSchematikaMachine.hpp>
|
||||
#include <xo/interpreter2/Closure.hpp>
|
||||
#include <xo/expression2/UniqueString.hpp>
|
||||
#include <xo/object2/Array.hpp>
|
||||
#include <xo/object2/List.hpp>
|
||||
#include <xo/object2/Float.hpp>
|
||||
#include <xo/object2/Integer.hpp>
|
||||
#include <xo/object2/Boolean.hpp>
|
||||
#include <xo/object2/RuntimeError.hpp>
|
||||
#include <xo/stringtable2/UniqueString.hpp>
|
||||
#include <xo/alloc2/Arena.hpp>
|
||||
#include <xo/facet/TypeRegistry.hpp>
|
||||
#include <xo/indentlog/print/hex.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue