summaryrefslogtreecommitdiff
path: root/cxx
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-03 23:23:45 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-03 23:23:45 +0200
commit10a78a0de99d677b97f2347ec86653c5f3d646b3 (patch)
tree0e679cbdb86c63bc9dbe4353dfb9b49c88b6ce35 /cxx
parent51f740d4d6728097d6f9360c0a51f81113d61f2c (diff)
downloadgmp-10a78a0de99d677b97f2347ec86653c5f3d646b3.tar.gz
Correction, <iostream> not <iostream.h>:
* cxx/Makefile.am, cxx/Makefile.in, cxx/osdoprnti.cc, cxx/osfuns.cc, cxx/osmpf.cc, cxx/osmpq.cc, cxx/osmpz.cc: New files.
Diffstat (limited to 'cxx')
-rw-r--r--cxx/osdoprnti.cc2
-rw-r--r--cxx/osfuns.cc2
-rw-r--r--cxx/osmpf.cc2
-rw-r--r--cxx/osmpq.cc2
-rw-r--r--cxx/osmpz.cc2
5 files changed, 5 insertions, 5 deletions
diff --git a/cxx/osdoprnti.cc b/cxx/osdoprnti.cc
index 53bb5c027..1f9b0e33a 100644
--- a/cxx/osdoprnti.cc
+++ b/cxx/osdoprnti.cc
@@ -23,7 +23,7 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-#include <iostream.h>
+#include <iostream>
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
#include <string.h>
diff --git a/cxx/osfuns.cc b/cxx/osfuns.cc
index 035ba5515..f6a7d9216 100644
--- a/cxx/osfuns.cc
+++ b/cxx/osfuns.cc
@@ -23,7 +23,7 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-#include <iostream.h>
+#include <iostream>
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
#include <string.h>
diff --git a/cxx/osmpf.cc b/cxx/osmpf.cc
index 549cae2aa..c35ca33b5 100644
--- a/cxx/osmpf.cc
+++ b/cxx/osmpf.cc
@@ -19,7 +19,7 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-#include <iostream.h>
+#include <iostream>
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
#include <string.h>
diff --git a/cxx/osmpq.cc b/cxx/osmpq.cc
index a24015aa1..ecec9152c 100644
--- a/cxx/osmpq.cc
+++ b/cxx/osmpq.cc
@@ -19,7 +19,7 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-#include <iostream.h>
+#include <iostream>
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
#include <string.h>
diff --git a/cxx/osmpz.cc b/cxx/osmpz.cc
index 6ebd455ac..9ed987d51 100644
--- a/cxx/osmpz.cc
+++ b/cxx/osmpz.cc
@@ -19,7 +19,7 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-#include <iostream.h>
+#include <iostream>
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
#include <string.h>