diff 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
line wrap: on
line diff
--- a/pycall.cc	Tue May 02 17:44:02 2017 -0700
+++ b/pycall.cc	Tue May 02 17:40:01 2017 -0700
@@ -25,7 +25,6 @@
 #endif
 
 #include <boost/python.hpp>
-#include <boost/python/numeric.hpp>
 
 #include <octave/oct.h>
 #include <octave/parse.h>