summaryrefslogtreecommitdiff
path: root/cxx
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2016-08-29 21:40:14 +0200
committerTorbjorn Granlund <tg@gmplib.org>2016-08-29 21:40:14 +0200
commit89e2ec7c663922359f49689c92e8c778f4f566bc (patch)
tree5e622726688019e65bf2fc7f6684050b7b0fddb5 /cxx
parent9deac7786c2eebbb7bdb805a544e7f7f0f3f86d3 (diff)
downloadgmp-89e2ec7c663922359f49689c92e8c778f4f566bc.tar.gz
Include just gmp-impl.h, make gmp-impl.h grab gmp.h.
Diffstat (limited to 'cxx')
-rw-r--r--cxx/isfuns.cc1
-rw-r--r--cxx/ismpf.cc1
-rw-r--r--cxx/ismpq.cc1
-rw-r--r--cxx/ismpz.cc1
-rw-r--r--cxx/ismpznw.cc1
-rw-r--r--cxx/osdoprnti.cc1
-rw-r--r--cxx/osfuns.cc1
-rw-r--r--cxx/osmpf.cc1
-rw-r--r--cxx/osmpq.cc1
-rw-r--r--cxx/osmpz.cc1
10 files changed, 0 insertions, 10 deletions
diff --git a/cxx/isfuns.cc b/cxx/isfuns.cc
index 3d349bcfa..0cc0db08f 100644
--- a/cxx/isfuns.cc
+++ b/cxx/isfuns.cc
@@ -31,7 +31,6 @@ see https://www.gnu.org/licenses/. */
#include <cctype>
#include <iostream>
#include <string>
-#include "gmp.h"
#include "gmp-impl.h"
using namespace std;
diff --git a/cxx/ismpf.cc b/cxx/ismpf.cc
index 71c2b44d5..9ff25ebef 100644
--- a/cxx/ismpf.cc
+++ b/cxx/ismpf.cc
@@ -33,7 +33,6 @@ see https://www.gnu.org/licenses/. */
#include <string>
#include <clocale> // for localeconv
-#include "gmp.h"
#include "gmp-impl.h"
using namespace std;
diff --git a/cxx/ismpq.cc b/cxx/ismpq.cc
index bc12e4a22..8cd51211b 100644
--- a/cxx/ismpq.cc
+++ b/cxx/ismpq.cc
@@ -31,7 +31,6 @@ see https://www.gnu.org/licenses/. */
#include <cctype>
#include <iostream>
#include <string>
-#include "gmp.h"
#include "gmp-impl.h"
using namespace std;
diff --git a/cxx/ismpz.cc b/cxx/ismpz.cc
index e4775bc30..263ced138 100644
--- a/cxx/ismpz.cc
+++ b/cxx/ismpz.cc
@@ -31,7 +31,6 @@ see https://www.gnu.org/licenses/. */
#include <cctype>
#include <iostream>
#include <string>
-#include "gmp.h"
#include "gmp-impl.h"
using namespace std;
diff --git a/cxx/ismpznw.cc b/cxx/ismpznw.cc
index 549742c2a..84f280662 100644
--- a/cxx/ismpznw.cc
+++ b/cxx/ismpznw.cc
@@ -31,7 +31,6 @@ see https://www.gnu.org/licenses/. */
#include <cctype>
#include <iostream>
#include <string>
-#include "gmp.h"
#include "gmp-impl.h"
using namespace std;
diff --git a/cxx/osdoprnti.cc b/cxx/osdoprnti.cc
index 4903c87d7..00dee1557 100644
--- a/cxx/osdoprnti.cc
+++ b/cxx/osdoprnti.cc
@@ -36,7 +36,6 @@ see https://www.gnu.org/licenses/. */
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
#include <string.h> /* for strlen */
-#include "gmp.h"
#include "gmp-impl.h"
using namespace std;
diff --git a/cxx/osfuns.cc b/cxx/osfuns.cc
index 8df833e15..81590a8b1 100644
--- a/cxx/osfuns.cc
+++ b/cxx/osfuns.cc
@@ -36,7 +36,6 @@ see https://www.gnu.org/licenses/. */
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
#include <string.h>
-#include "gmp.h"
#include "gmp-impl.h"
using namespace std;
diff --git a/cxx/osmpf.cc b/cxx/osmpf.cc
index c6a71d252..fd875dbb2 100644
--- a/cxx/osmpf.cc
+++ b/cxx/osmpf.cc
@@ -33,7 +33,6 @@ see https://www.gnu.org/licenses/. */
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
#include <string.h>
-#include "gmp.h"
#include "gmp-impl.h"
using namespace std;
diff --git a/cxx/osmpq.cc b/cxx/osmpq.cc
index f95f39a64..0c9755719 100644
--- a/cxx/osmpq.cc
+++ b/cxx/osmpq.cc
@@ -32,7 +32,6 @@ see https://www.gnu.org/licenses/. */
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
#include <string.h>
-#include "gmp.h"
#include "gmp-impl.h"
using namespace std;
diff --git a/cxx/osmpz.cc b/cxx/osmpz.cc
index ac1aefff4..2ee71d383 100644
--- a/cxx/osmpz.cc
+++ b/cxx/osmpz.cc
@@ -32,7 +32,6 @@ see https://www.gnu.org/licenses/. */
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
#include <string.h>
-#include "gmp.h"
#include "gmp-impl.h"
using namespace std;