diff src/ov-oncleanup.cc @ 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 1734ebe27134
children 72c96de7a403
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"