Mercurial > hg > octave-avbm
diff src/load-save.cc @ 1343:94bedeb289e5
[project @ 1995-09-04 00:29:21 by jwe]
author | jwe |
---|---|
date | Mon, 04 Sep 1995 00:42:19 +0000 |
parents | 611d403c7f3d |
children | 19c10b8657d5 |
line wrap: on
line diff
--- a/src/load-save.cc +++ b/src/load-save.cc @@ -25,13 +25,14 @@ #include <config.h> #endif -#include <float.h> -#include <limits.h> -#include <string.h> +#include <cfloat> +#include <climits> +#include <cstring> +#include <cctype> + #include <iostream.h> #include <fstream.h> #include <strstream.h> -#include <ctype.h> #include "tree-base.h" #include "tree-expr.h"