Mercurial > hg > octave-lyh
diff liboctave/oct-inttypes.h @ 4969:52f808101130
[project @ 2004-09-08 02:44:04 by jwe]
author | jwe |
---|---|
date | Wed, 08 Sep 2004 02:44:04 +0000 |
parents | c09cbec51190 |
children | 1ec26bdb120c |
line wrap: on
line diff
--- a/liboctave/oct-inttypes.h +++ b/liboctave/oct-inttypes.h @@ -23,13 +23,12 @@ #if !defined (octave_inttypes_h) #define octave_inttypes_h 1 -#include <cmath> - #include <limits> #include <iostream> #include "data-conv.h" #include "lo-ieee.h" +#include "lo-mappers.h" typedef signed char octave_int8_t; typedef TWO_BYTE_INT octave_int16_t;