File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313#include < dynd/string_encodings.hpp>
1414#include < dynd/type.hpp>
1515
16- #include " type_conversions.hpp"
17- #include " numpy_interop.hpp"
18- #include " visibility.hpp"
19-
20- #include < dynd/shape_tools.hpp>
2116#include < dynd/types/bytes_type.hpp>
2217#include < dynd/types/fixed_dim_type.hpp>
2318#include < dynd/types/fixed_string_type.hpp>
2621#include < dynd/types/type_type.hpp>
2722
2823#include " utility_functions.hpp"
24+ #include " type_conversions.hpp"
25+ #include " visibility.hpp"
26+
2927
3028// Python's datetime C API
3129#include " datetime.h"
Original file line number Diff line number Diff line change 77
88#include < Python.h>
99
10- #include < dynd/type_registry.hpp>
1110#include < type_traits>
1211
12+ #include < dynd/type_registry.hpp>
13+
1314#include " pyobject_type.hpp"
1415
1516using namespace dynd ;
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ cdef extern from 'types/type_functions.hpp' namespace 'pydynd':
7676cdef extern from " types/type_unpack.hpp" :
7777 object from_type_property(const pair[_type, const char * ] & ) except + translate_exception
7878
79- import numpy as _np
8079
8180builtin_tuple = tuple
8281
Original file line number Diff line number Diff line change 1515#include < dynd/types/type_type.hpp>
1616#include < dynd/types/var_dim_type.hpp>
1717
18- #include " numpy_interop.hpp"
1918#include " types/type_functions.hpp"
2019#include " types/type_deduction.hpp"
21- // #include "utility_functions.hpp"
2220
2321using namespace std ;
2422using namespace dynd ;
You can’t perform that action at this time.
0 commit comments