xo-object2 stack: refactor/tidy after GCObject -> alloc2
This commit is contained in:
parent
f43420c760
commit
f4248204ce
2 changed files with 2 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include "RuntimeContext.hpp"
|
||||
#include <xo/object2/DArray.hpp>
|
||||
#include <xo/gc/GCObjectConversion.hpp>
|
||||
#include <xo/alloc2/GCObjectConversion.hpp>
|
||||
#include <xo/alloc2/GCObject.hpp>
|
||||
#include <xo/reflect/Reflect.hpp>
|
||||
#include <xo/alloc2/Allocator.hpp>
|
||||
|
|
|
|||
|
|
@ -6,13 +6,11 @@
|
|||
#include "init_primitives.hpp"
|
||||
#include "DPrimitive.hpp"
|
||||
#include <xo/object2/Float.hpp>
|
||||
//#include <xo/object2/number/IGCObject_DFloat.hpp>
|
||||
#include <xo/object2/Integer.hpp>
|
||||
//#include <xo/object2/number/IGCObject_DInteger.hpp>
|
||||
#include <xo/object2/Boolean.hpp>
|
||||
#include <xo/gc/GCObjectConversion.hpp>
|
||||
#include <xo/object2/number/GCObjectConversion_DFloat.hpp>
|
||||
#include <xo/object2/number/GCObjectConversion_DInteger.hpp>
|
||||
#include <xo/alloc2/GCObjectConversion.hpp>
|
||||
#include <xo/facet/facet.hpp>
|
||||
#include <cmath>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue