comparison libinterp/corefcn/file-io.cc @ 21126:ba0a4b4f021d

include errwarn.h in files that use err_disabled_feature conditionally * file-io.cc, __delaunayn__.cc, __fltk_uigetfile__.cc, __init_fltk__.cc, __voronoi__.cc, convhulln.cc: Include errwarn.h. * __voronoi__.cc: Define CALLER for __err_disabled_feature when HAVE_QHULL is not defined.
author John W. Eaton <jwe@octave.org>
date Thu, 21 Jan 2016 11:24:36 -0500
parents bd1752782e56
children df7891224709
comparison
equal deleted inserted replaced
21125:8f76684324b5 21126:ba0a4b4f021d
60 #include "lo-ieee.h" 60 #include "lo-ieee.h"
61 #include "oct-env.h" 61 #include "oct-env.h"
62 #include "oct-locbuf.h" 62 #include "oct-locbuf.h"
63 63
64 #include "defun.h" 64 #include "defun.h"
65 #include "errwarn.h"
65 #include "file-io.h" 66 #include "file-io.h"
66 #include "load-path.h" 67 #include "load-path.h"
67 #include "oct-fstrm.h" 68 #include "oct-fstrm.h"
68 #include "oct-iostrm.h" 69 #include "oct-iostrm.h"
69 #include "oct-map.h" 70 #include "oct-map.h"