changeset 169:0f39067dd8d9

Don't include ovl.h to attempt at backwards compatibility (bug #2) * octave_to_python.h, python_to_octave.h: Don't include ovl.h.
author Mike Miller <mtmiller@octave.org>
date Thu, 07 Apr 2016 10:15:01 -0700
parents f687155dcb7c
children 809f2c7f76c7
files octave_to_python.h python_to_octave.h
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/octave_to_python.h	Wed Apr 06 16:32:38 2016 -0700
+++ b/octave_to_python.h	Thu Apr 07 10:15:01 2016 -0700
@@ -26,7 +26,6 @@
 
 #include <boost/python.hpp>
 #include <ov.h>
-#include <ovl.h>
 
 namespace pytave
 {
--- a/python_to_octave.h	Wed Apr 06 16:32:38 2016 -0700
+++ b/python_to_octave.h	Thu Apr 07 10:15:01 2016 -0700
@@ -26,7 +26,6 @@
 
 #include <boost/python.hpp>
 #include <ov.h>
-#include <ovl.h>
 
 namespace pytave
 {