Mercurial > hg > octave-lyh
comparison liboctave/lo-utils.cc @ 10447:12d25a1d84bf
Use gnulib headers instead of C++ std headers where needed.
author | David Grundberg <davidg@cs.umu.se> |
---|---|
date | Wed, 24 Mar 2010 17:27:58 +0100 |
parents | 479cc8a0a846 |
children | bbe99b2a5ba7 |
comparison
equal
deleted
inserted
replaced
10446:ba932ad87a04 | 10447:12d25a1d84bf |
---|---|
25 #ifdef HAVE_CONFIG_H | 25 #ifdef HAVE_CONFIG_H |
26 #include <config.h> | 26 #include <config.h> |
27 #endif | 27 #endif |
28 | 28 |
29 #include <cctype> | 29 #include <cctype> |
30 #include <cstdlib> | 30 #include "stdlib.h" |
31 #include <cstdio> | 31 #include <cstdio> |
32 #include <cstring> | 32 #include <cstring> |
33 | 33 |
34 #include <limits> | 34 #include <limits> |
35 #include <string> | 35 #include <string> |