Mercurial > hg > octave-nkf
diff src/toplev.cc @ 2370:a45c7d64b5e3
[project @ 1996-10-11 23:51:15 by jwe]
author | jwe |
---|---|
date | Fri, 11 Oct 1996 23:55:30 +0000 |
parents | 7aaf6eea1103 |
children | dc870b8b229f |
line wrap: on
line diff
--- a/src/toplev.cc +++ b/src/toplev.cc @@ -43,6 +43,7 @@ #endif #include "lo-error.h" +#include "lo-mappers.h" #include "str-vec.h" #include "builtins.h" @@ -61,7 +62,8 @@ #include "parse.h" #include "pathsearch.h" #include "procstream.h" -#include "pt-const.h" +#include "ov.h" +#include "pt-fvc.h" #include "pt-misc.h" #include "pt-plot.h" #include "sighandlers.h"