diff --git a/idl/IGCObject_DArray.json5 b/idl/IGCObject_DArray.json5 index 96507a7..4d7187b 100644 --- a/idl/IGCObject_DArray.json5 +++ b/idl/IGCObject_DArray.json5 @@ -4,8 +4,8 @@ output_hpp_dir: "include/xo/object2", output_impl_subdir: "array", includes: [ - "", - "" +// "", +// "" ], local_types: [ ], namespace1: "xo", diff --git a/idl/IGCObject_DDictionary.json5 b/idl/IGCObject_DDictionary.json5 index ebf8fd8..07a171c 100644 --- a/idl/IGCObject_DDictionary.json5 +++ b/idl/IGCObject_DDictionary.json5 @@ -4,8 +4,8 @@ output_hpp_dir: "include/xo/object2", output_impl_subdir: "dictionary", includes: [ - "", - "" +// "", +// "" ], local_types: [ ], namespace1: "xo", diff --git a/idl/IGCObject_DFloat.json5 b/idl/IGCObject_DFloat.json5 index 2255f41..c1f1281 100644 --- a/idl/IGCObject_DFloat.json5 +++ b/idl/IGCObject_DFloat.json5 @@ -5,8 +5,8 @@ output_impl_subdir: "number", includes: [ "", - "", - "" +// "", +// "" ], local_types: [ ], namespace1: "xo", diff --git a/idl/IGCObject_DInteger.json5 b/idl/IGCObject_DInteger.json5 index 1809330..cb318ee 100644 --- a/idl/IGCObject_DInteger.json5 +++ b/idl/IGCObject_DInteger.json5 @@ -4,8 +4,8 @@ output_hpp_dir: "include/xo/object2", output_impl_subdir: "number", includes: [ - "", - "" +// "", +// "" ], local_types: [ ], namespace1: "xo", diff --git a/include/xo/object2/array/IGCObject_DArray.hpp b/include/xo/object2/array/IGCObject_DArray.hpp index 6eb571e..d2b4f34 100644 --- a/include/xo/object2/array/IGCObject_DArray.hpp +++ b/include/xo/object2/array/IGCObject_DArray.hpp @@ -14,8 +14,6 @@ #pragma once #include "GCObject.hpp" -#include -#include #include "DArray.hpp" namespace xo { namespace scm { class IGCObject_DArray; } } diff --git a/include/xo/object2/dictionary/IGCObject_DDictionary.hpp b/include/xo/object2/dictionary/IGCObject_DDictionary.hpp index 2d69f99..3682f09 100644 --- a/include/xo/object2/dictionary/IGCObject_DDictionary.hpp +++ b/include/xo/object2/dictionary/IGCObject_DDictionary.hpp @@ -14,8 +14,6 @@ #pragma once #include "GCObject.hpp" -#include -#include #include "DDictionary.hpp" namespace xo { namespace scm { class IGCObject_DDictionary; } } diff --git a/include/xo/object2/number/IGCObject_DFloat.hpp b/include/xo/object2/number/IGCObject_DFloat.hpp index ee2eecf..e62d14d 100644 --- a/include/xo/object2/number/IGCObject_DFloat.hpp +++ b/include/xo/object2/number/IGCObject_DFloat.hpp @@ -15,8 +15,6 @@ #include "GCObject.hpp" #include -#include -#include #include "DFloat.hpp" namespace xo { namespace scm { class IGCObject_DFloat; } }