changeset 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 25c2664861bc
files liboctave/oct-inttypes.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/oct-inttypes.h	Wed Sep 08 02:13:56 2004 +0000
+++ b/liboctave/oct-inttypes.h	Wed Sep 08 02:44:04 2004 +0000
@@ -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;