# HG changeset patch # User Mike Miller # Date 1460049301 25200 # Node ID 0f39067dd8d92a0e454c60c86ab2d1980141fc53 # Parent f687155dcb7c28530f6f7bc95c3915efa8e3b8e7 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. diff -r f687155dcb7c -r 0f39067dd8d9 octave_to_python.h --- 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 #include -#include namespace pytave { diff -r f687155dcb7c -r 0f39067dd8d9 python_to_octave.h --- 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 #include -#include namespace pytave {