summaryrefslogtreecommitdiff
path: root/tests/misc
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/misc
parent9deac7786c2eebbb7bdb805a544e7f7f0f3f86d3 (diff)
downloadgmp-89e2ec7c663922359f49689c92e8c778f4f566bc.tar.gz
Include just gmp-impl.h, make gmp-impl.h grab gmp.h.
Diffstat (limited to 'tests/misc')
-rw-r--r--tests/misc/t-locale.c1
-rw-r--r--tests/misc/t-printf.c1
-rw-r--r--tests/misc/t-scanf.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/misc/t-locale.c b/tests/misc/t-locale.c
index 61c8cb73d..a789309fe 100644
--- a/tests/misc/t-locale.c
+++ b/tests/misc/t-locale.c
@@ -37,7 +37,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <locale.h> /* for lconv */
#endif
-#include "gmp.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/misc/t-printf.c b/tests/misc/t-printf.c
index e3a2f3496..b0f6a30e6 100644
--- a/tests/misc/t-printf.c
+++ b/tests/misc/t-printf.c
@@ -51,7 +51,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <unistd.h> /* for unlink */
#endif
-#include "gmp.h"
#include "gmp-impl.h"
#include "tests.h"
diff --git a/tests/misc/t-scanf.c b/tests/misc/t-scanf.c
index e880463fb..fdae5de1e 100644
--- a/tests/misc/t-scanf.c
+++ b/tests/misc/t-scanf.c
@@ -49,7 +49,6 @@ the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */
#include <unistd.h> /* for unlink */
#endif
-#include "gmp.h"
#include "gmp-impl.h"
#include "tests.h"