summaryrefslogtreecommitdiff
path: root/tests/devel/addsub_n_2.c
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/devel/addsub_n_2.c
parent9deac7786c2eebbb7bdb805a544e7f7f0f3f86d3 (diff)
downloadgmp-89e2ec7c663922359f49689c92e8c778f4f566bc.tar.gz
Include just gmp-impl.h, make gmp-impl.h grab gmp.h.
Diffstat (limited to 'tests/devel/addsub_n_2.c')
-rw-r--r--tests/devel/addsub_n_2.c1
1 files changed, 0 insertions, 1 deletions
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)