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/mpf/t-set_ui.c | |
parent | 9deac7786c2eebbb7bdb805a544e7f7f0f3f86d3 (diff) | |
download | gmp-89e2ec7c663922359f49689c92e8c778f4f566bc.tar.gz |
Include just gmp-impl.h, make gmp-impl.h grab gmp.h.
Diffstat (limited to 'tests/mpf/t-set_ui.c')
-rw-r--r-- | tests/mpf/t-set_ui.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mpf/t-set_ui.c b/tests/mpf/t-set_ui.c index 8c49e91e6..828067c43 100644 --- a/tests/mpf/t-set_ui.c +++ b/tests/mpf/t-set_ui.c @@ -19,7 +19,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" |