comparison 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
comparison
equal deleted inserted replaced
14014:907d03def9d5 14015:77adde2e79ac
23 #ifdef HAVE_CONFIG_H 23 #ifdef HAVE_CONFIG_H
24 #include <config.h> 24 #include <config.h>
25 #endif 25 #endif
26 26
27 #include "defun.h" 27 #include "defun.h"
28 #include "ov-cleanup.h" 28 #include "ov-oncleanup.h"
29 #include "ov-fcn.h" 29 #include "ov-fcn.h"
30 #include "ov-usr-fcn.h" 30 #include "ov-usr-fcn.h"
31 #include "pt-misc.h" 31 #include "pt-misc.h"
32 #include "toplev.h" 32 #include "toplev.h"
33 33