comparison pycall.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 16e79a1e96b8
children 3613ffbd52b2
comparison
equal deleted inserted replaced
409:b9b8790d1082 410:95c6ad0be828
23 #if defined (HAVE_CONFIG_H) 23 #if defined (HAVE_CONFIG_H)
24 # include <config.h> 24 # include <config.h>
25 #endif 25 #endif
26 26
27 #include <boost/python.hpp> 27 #include <boost/python.hpp>
28 #include <boost/python/numeric.hpp>
29 28
30 #include <octave/oct.h> 29 #include <octave/oct.h>
31 #include <octave/parse.h> 30 #include <octave/parse.h>
32 31
33 #include "exceptions.h" 32 #include "exceptions.h"