diff options
author | Torbjorn Granlund <tg@gmplib.org> | 2016-08-29 21:40:14 +0200 |
---|---|---|
committer | Torbjorn Granlund <tg@gmplib.org> | 2016-08-29 21:40:14 +0200 |
commit | 89e2ec7c663922359f49689c92e8c778f4f566bc (patch) | |
tree | 5e622726688019e65bf2fc7f6684050b7b0fddb5 /tests/devel | |
parent | 9deac7786c2eebbb7bdb805a544e7f7f0f3f86d3 (diff) | |
download | gmp-89e2ec7c663922359f49689c92e8c778f4f566bc.tar.gz |
Include just gmp-impl.h, make gmp-impl.h grab gmp.h.
Diffstat (limited to 'tests/devel')
-rw-r--r-- | tests/devel/addmul_N.c | 1 | ||||
-rw-r--r-- | tests/devel/addsub_n.c | 1 | ||||
-rw-r--r-- | tests/devel/addsub_n_2.c | 1 | ||||
-rw-r--r-- | tests/devel/anymul_1.c | 1 | ||||
-rw-r--r-- | tests/devel/aors_n.c | 1 | ||||
-rw-r--r-- | tests/devel/copy.c | 1 | ||||
-rw-r--r-- | tests/devel/divmod_1.c | 1 | ||||
-rw-r--r-- | tests/devel/divrem.c | 1 | ||||
-rw-r--r-- | tests/devel/logops_n.c | 1 | ||||
-rw-r--r-- | tests/devel/mul_N.c | 1 | ||||
-rw-r--r-- | tests/devel/shift.c | 1 | ||||
-rw-r--r-- | tests/devel/try.c | 1 | ||||
-rw-r--r-- | tests/devel/tst-addsub.c | 1 |
13 files changed, 0 insertions, 13 deletions
diff --git a/tests/devel/addmul_N.c b/tests/devel/addmul_N.c index 737dcd955..410e291bc 100644 --- a/tests/devel/addmul_N.c +++ b/tests/devel/addmul_N.c @@ -19,7 +19,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> #include <string.h> #include <stdio.h> -#include "gmp.h" #include "gmp-impl.h" #include "longlong.h" diff --git a/tests/devel/addsub_n.c b/tests/devel/addsub_n.c index a3d2bd82c..36481af7e 100644 --- a/tests/devel/addsub_n.c +++ b/tests/devel/addsub_n.c @@ -18,7 +18,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> #include <stdio.h> -#include "gmp.h" #include "gmp-impl.h" #include "tests.h" diff --git a/tests/devel/addsub_n_2.c b/tests/devel/addsub_n_2.c index c7203c838..061671cd4 100644 --- a/tests/devel/addsub_n_2.c +++ b/tests/devel/addsub_n_2.c @@ -18,7 +18,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> #include <stdio.h> -#include "gmp.h" #include "gmp-impl.h" #if defined (USG) || defined (__SVR4) || defined (_UNICOS) || defined (__hpux) diff --git a/tests/devel/anymul_1.c b/tests/devel/anymul_1.c index 79807b0ce..84f2781e5 100644 --- a/tests/devel/anymul_1.c +++ b/tests/devel/anymul_1.c @@ -19,7 +19,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> #include <string.h> #include <stdio.h> -#include "gmp.h" #include "gmp-impl.h" #include "longlong.h" #include "tests/tests.h" diff --git a/tests/devel/aors_n.c b/tests/devel/aors_n.c index 5112d0a8d..d15cb58a8 100644 --- a/tests/devel/aors_n.c +++ b/tests/devel/aors_n.c @@ -19,7 +19,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> #include <string.h> #include <stdio.h> -#include "gmp.h" #include "gmp-impl.h" #include "tests.h" diff --git a/tests/devel/copy.c b/tests/devel/copy.c index 1f951f538..65dbd9b60 100644 --- a/tests/devel/copy.c +++ b/tests/devel/copy.c @@ -19,7 +19,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> #include <string.h> #include <stdio.h> -#include "gmp.h" #include "gmp-impl.h" #include "tests.h" diff --git a/tests/devel/divmod_1.c b/tests/devel/divmod_1.c index 54eaf36d9..2757375dd 100644 --- a/tests/devel/divmod_1.c +++ b/tests/devel/divmod_1.c @@ -18,7 +18,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> -#include "gmp.h" #include "gmp-impl.h" #include "tests.h" diff --git a/tests/devel/divrem.c b/tests/devel/divrem.c index 858078907..e6c38c669 100644 --- a/tests/devel/divrem.c +++ b/tests/devel/divrem.c @@ -18,7 +18,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> -#include "gmp.h" #include "gmp-impl.h" #if defined (USG) || defined (__SVR4) || defined (_UNICOS) || defined (__hpux) diff --git a/tests/devel/logops_n.c b/tests/devel/logops_n.c index be53336cf..349c6372a 100644 --- a/tests/devel/logops_n.c +++ b/tests/devel/logops_n.c @@ -18,7 +18,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> #include <stdio.h> -#include "gmp.h" #include "gmp-impl.h" #include "tests.h" diff --git a/tests/devel/mul_N.c b/tests/devel/mul_N.c index 49951027d..c9de5ecc6 100644 --- a/tests/devel/mul_N.c +++ b/tests/devel/mul_N.c @@ -19,7 +19,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> #include <string.h> #include <stdio.h> -#include "gmp.h" #include "gmp-impl.h" #include "longlong.h" diff --git a/tests/devel/shift.c b/tests/devel/shift.c index 611a77677..ad5125b49 100644 --- a/tests/devel/shift.c +++ b/tests/devel/shift.c @@ -20,7 +20,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdlib.h> #include <string.h> #include <stdio.h> -#include "gmp.h" #include "gmp-impl.h" #include "tests.h" diff --git a/tests/devel/try.c b/tests/devel/try.c index fe15b2dd8..9324c9bd0 100644 --- a/tests/devel/try.c +++ b/tests/devel/try.c @@ -125,7 +125,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <sys/mman.h> #endif -#include "gmp.h" #include "gmp-impl.h" #include "longlong.h" #include "tests.h" diff --git a/tests/devel/tst-addsub.c b/tests/devel/tst-addsub.c index 50aa3a73b..4aa827a60 100644 --- a/tests/devel/tst-addsub.c +++ b/tests/devel/tst-addsub.c @@ -17,7 +17,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include <stdio.h> #include <stdlib.h> -#include "gmp.h" #include "gmp-impl.h" #include "tests.h" |