changeset 14015:77adde2e79ac

fix include file name * ov.cc, ov-oncleanup.cc: Include ov-oncleanup.h, not ov-cleanup.h.
author John W. Eaton <jwe@octave.org>
date Thu, 08 Dec 2011 11:01:52 -0500
parents 907d03def9d5
children 8feb25ecddaf
files src/ov-oncleanup.cc src/ov.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ov-oncleanup.cc	Thu Dec 08 06:28:18 2011 -0500
+++ b/src/ov-oncleanup.cc	Thu Dec 08 11:01:52 2011 -0500
@@ -25,7 +25,7 @@
 #endif
 
 #include "defun.h"
-#include "ov-cleanup.h"
+#include "ov-oncleanup.h"
 #include "ov-fcn.h"
 #include "ov-usr-fcn.h"
 #include "pt-misc.h"
--- a/src/ov.cc	Thu Dec 08 06:28:18 2011 -0500
+++ b/src/ov.cc	Thu Dec 08 11:01:52 2011 -0500
@@ -65,7 +65,7 @@
 #include "ov-range.h"
 #include "ov-struct.h"
 #include "ov-class.h"
-#include "ov-cleanup.h"
+#include "ov-oncleanup.h"
 #include "ov-cs-list.h"
 #include "ov-colon.h"
 #include "ov-builtin.h"