summaryrefslogtreecommitdiff
path: root/tests/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 /tests/cxx
parent9deac7786c2eebbb7bdb805a544e7f7f0f3f86d3 (diff)
downloadgmp-89e2ec7c663922359f49689c92e8c778f4f566bc.tar.gz
Include just gmp-impl.h, make gmp-impl.h grab gmp.h.
Diffstat (limited to 'tests/cxx')
-rw-r--r--tests/cxx/t-assign.cc1
-rw-r--r--tests/cxx/t-binary.cc1
-rw-r--r--tests/cxx/t-cast.cc1
-rw-r--r--tests/cxx/t-constr.cc1
-rw-r--r--tests/cxx/t-cxx11.cc1
-rw-r--r--tests/cxx/t-iostream.cc1
-rw-r--r--tests/cxx/t-istream.cc1
-rw-r--r--tests/cxx/t-locale.cc1
-rw-r--r--tests/cxx/t-misc.cc1
-rw-r--r--tests/cxx/t-mix.cc1
-rw-r--r--tests/cxx/t-ops.cc1
-rw-r--r--tests/cxx/t-ops2.h1
-rw-r--r--tests/cxx/t-ops3.cc1
-rw-r--r--tests/cxx/t-ostream.cc1
-rw-r--r--tests/cxx/t-prec.cc1
-rw-r--r--tests/cxx/t-rand.cc1
-rw-r--r--tests/cxx/t-ternary.cc1
-rw-r--r--tests/cxx/t-unary.cc1
18 files changed, 0 insertions, 18 deletions
diff --git a/tests/cxx/t-assign.cc b/tests/cxx/t-assign.cc
index ad10edd8a..bd2e41a0e 100644
--- a/tests/cxx/t-assign.cc
+++ b/tests/cxx/t-assign.cc
@@ -22,7 +22,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <iostream>
#include <string>
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-binary.cc b/tests/cxx/t-binary.cc
index 09d202b22..697adfa77 100644
--- a/tests/cxx/t-binary.cc
+++ b/tests/cxx/t-binary.cc
@@ -21,7 +21,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <iostream>
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-cast.cc b/tests/cxx/t-cast.cc
index 117fd87b8..983b3b8cd 100644
--- a/tests/cxx/t-cast.cc
+++ b/tests/cxx/t-cast.cc
@@ -17,7 +17,6 @@ Public License for more details.
You should have received a copy of the GNU General Public License along with
the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmpxx.h"
diff --git a/tests/cxx/t-constr.cc b/tests/cxx/t-constr.cc
index 7a87f3cb0..0b2ac9795 100644
--- a/tests/cxx/t-constr.cc
+++ b/tests/cxx/t-constr.cc
@@ -22,7 +22,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <iostream>
#include <string>
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-cxx11.cc b/tests/cxx/t-cxx11.cc
index 8a4d4d459..8d6fccbfe 100644
--- a/tests/cxx/t-cxx11.cc
+++ b/tests/cxx/t-cxx11.cc
@@ -19,7 +19,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include "config.h"
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-iostream.cc b/tests/cxx/t-iostream.cc
index 92bd917a9..76e280b59 100644
--- a/tests/cxx/t-iostream.cc
+++ b/tests/cxx/t-iostream.cc
@@ -19,7 +19,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <sstream>
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-istream.cc b/tests/cxx/t-istream.cc
index f04ae083f..76bcbabe8 100644
--- a/tests/cxx/t-istream.cc
+++ b/tests/cxx/t-istream.cc
@@ -21,7 +21,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <cstdlib>
#include <cstring>
-#include "gmp.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-locale.cc b/tests/cxx/t-locale.cc
index 01eacda9f..14e95e078 100644
--- a/tests/cxx/t-locale.cc
+++ b/tests/cxx/t-locale.cc
@@ -21,7 +21,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <iostream>
#include <cstdlib>
-#include "gmp.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-misc.cc b/tests/cxx/t-misc.cc
index 07079880e..1143e845c 100644
--- a/tests/cxx/t-misc.cc
+++ b/tests/cxx/t-misc.cc
@@ -28,7 +28,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <string>
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-mix.cc b/tests/cxx/t-mix.cc
index aeb6f6758..cb6733be2 100644
--- a/tests/cxx/t-mix.cc
+++ b/tests/cxx/t-mix.cc
@@ -19,7 +19,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include "config.h"
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-ops.cc b/tests/cxx/t-ops.cc
index d298b6b3d..a86da6036 100644
--- a/tests/cxx/t-ops.cc
+++ b/tests/cxx/t-ops.cc
@@ -21,7 +21,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <iostream>
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-ops2.h b/tests/cxx/t-ops2.h
index 7b0cdbc22..a2a82150c 100644
--- a/tests/cxx/t-ops2.h
+++ b/tests/cxx/t-ops2.h
@@ -21,7 +21,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <math.h>
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-ops3.cc b/tests/cxx/t-ops3.cc
index cb6a2efc7..baf49e1a3 100644
--- a/tests/cxx/t-ops3.cc
+++ b/tests/cxx/t-ops3.cc
@@ -19,7 +19,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include "config.h"
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-ostream.cc b/tests/cxx/t-ostream.cc
index 9b4f5e7dd..8550f676b 100644
--- a/tests/cxx/t-ostream.cc
+++ b/tests/cxx/t-ostream.cc
@@ -20,7 +20,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <iostream>
#include <cstdlib>
-#include "gmp.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-prec.cc b/tests/cxx/t-prec.cc
index 8039219f2..72fca7255 100644
--- a/tests/cxx/t-prec.cc
+++ b/tests/cxx/t-prec.cc
@@ -21,7 +21,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <iostream>
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-rand.cc b/tests/cxx/t-rand.cc
index b71c49627..1f011eba7 100644
--- a/tests/cxx/t-rand.cc
+++ b/tests/cxx/t-rand.cc
@@ -17,7 +17,6 @@ Public License for more details.
You should have received a copy of the GNU General Public License along with
the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-ternary.cc b/tests/cxx/t-ternary.cc
index 405f6f498..8d087fbf7 100644
--- a/tests/cxx/t-ternary.cc
+++ b/tests/cxx/t-ternary.cc
@@ -21,7 +21,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <iostream>
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/cxx/t-unary.cc b/tests/cxx/t-unary.cc
index d33b995d2..c7d8bf600 100644
--- a/tests/cxx/t-unary.cc
+++ b/tests/cxx/t-unary.cc
@@ -21,7 +21,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <iostream>
-#include "gmp.h"
#include "gmpxx.h"
#include "gmp-impl.h"
#include "tests.h"