Mercurial > hg > octave-nkf
diff src/utils.cc @ 1349:33cf1f36aec6
[project @ 1995-09-05 07:06:43 by jwe]
author | jwe |
---|---|
date | Tue, 05 Sep 1995 07:09:38 +0000 |
parents | d1e6997f0788 |
children | 5f63d83dd694 |
line wrap: on
line diff
--- a/src/utils.cc +++ b/src/utils.cc @@ -29,14 +29,14 @@ #include <csetjmp> #include <cstring> +#include <fstream.h> +#include <iostream.h> +#include <strstream.h> + #include <sys/types.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif -#include <sys/param.h> -#include <iostream.h> -#include <strstream.h> -#include <fstream.h> #include <Complex.h>