comparison python_to_octave.cc @ 410:95c6ad0be828

Delete unused boost::python::numeric includes and initialization * oct-py-init.cc (pytave::py_init): Remove unused initialization of boost::python::numeric. * pycall.cc, pyeval.cc, pyexec.cc, python_to_octave.cc: Remove "#include <boost/python/numeric.hpp>".
author Mike Miller <mtmiller@octave.org>
date Tue, 02 May 2017 17:40:01 -0700
parents b9b8790d1082
children
comparison
equal deleted inserted replaced
409:b9b8790d1082 410:95c6ad0be828
26 # include <config.h> 26 # include <config.h>
27 #endif 27 #endif
28 28
29 #include <iostream> 29 #include <iostream>
30 #include <boost/python.hpp> 30 #include <boost/python.hpp>
31 #include <boost/python/numeric.hpp>
32 #include <boost/type_traits/integral_constant.hpp> 31 #include <boost/type_traits/integral_constant.hpp>
33 32
34 #include <octave/oct.h> 33 #include <octave/oct.h>
35 #include <octave/oct-map.h> 34 #include <octave/oct-map.h>
36 #include <octave/Cell.h> 35 #include <octave/Cell.h>