From 89e2ec7c663922359f49689c92e8c778f4f566bc Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Mon, 29 Aug 2016 21:40:14 +0200 Subject: Include just gmp-impl.h, make gmp-impl.h grab gmp.h. --- rand/rand.c | 1 - rand/randbui.c | 1 - rand/randclr.c | 1 - rand/randdef.c | 1 - rand/randiset.c | 1 - rand/randlc2s.c | 1 - rand/randlc2x.c | 1 - rand/randmt.c | 1 - rand/randmts.c | 1 - rand/randmui.c | 1 - rand/rands.c | 1 - rand/randsd.c | 1 - rand/randsdui.c | 1 - 13 files changed, 13 deletions(-) (limited to 'rand') diff --git a/rand/rand.c b/rand/rand.c index 09e3b765b..418b3dec7 100644 --- a/rand/rand.c +++ b/rand/rand.c @@ -30,7 +30,6 @@ see https://www.gnu.org/licenses/. */ #include -#include "gmp.h" #include "gmp-impl.h" void diff --git a/rand/randbui.c b/rand/randbui.c index 619ab91bd..de9e95b9a 100644 --- a/rand/randbui.c +++ b/rand/randbui.c @@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ -#include "gmp.h" #include "gmp-impl.h" diff --git a/rand/randclr.c b/rand/randclr.c index fb3798b73..5603ed7e7 100644 --- a/rand/randclr.c +++ b/rand/randclr.c @@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ -#include "gmp.h" #include "gmp-impl.h" void diff --git a/rand/randdef.c b/rand/randdef.c index 7d173f936..a8a1792ec 100644 --- a/rand/randdef.c +++ b/rand/randdef.c @@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ -#include "gmp.h" #include "gmp-impl.h" void diff --git a/rand/randiset.c b/rand/randiset.c index 66f4bc490..11b5b971e 100644 --- a/rand/randiset.c +++ b/rand/randiset.c @@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ -#include "gmp.h" #include "gmp-impl.h" diff --git a/rand/randlc2s.c b/rand/randlc2s.c index 013e87728..42ed8c450 100644 --- a/rand/randlc2s.c +++ b/rand/randlc2s.c @@ -30,7 +30,6 @@ GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ #include /* for NULL */ -#include "gmp.h" #include "gmp-impl.h" diff --git a/rand/randlc2x.c b/rand/randlc2x.c index 30e4a4a63..4c03eb46f 100644 --- a/rand/randlc2x.c +++ b/rand/randlc2x.c @@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ -#include "gmp.h" #include "gmp-impl.h" diff --git a/rand/randmt.c b/rand/randmt.c index f3cdc6666..f42e8edc9 100644 --- a/rand/randmt.c +++ b/rand/randmt.c @@ -34,7 +34,6 @@ see https://www.gnu.org/licenses/. */ #include /* for NULL */ -#include "gmp.h" #include "gmp-impl.h" #include "randmt.h" diff --git a/rand/randmts.c b/rand/randmts.c index 7c1c262f5..2c3fc0991 100644 --- a/rand/randmts.c +++ b/rand/randmts.c @@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ -#include "gmp.h" #include "gmp-impl.h" #include "randmt.h" diff --git a/rand/randmui.c b/rand/randmui.c index 2d4ef86aa..d3292db1b 100644 --- a/rand/randmui.c +++ b/rand/randmui.c @@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ -#include "gmp.h" #include "gmp-impl.h" #include "longlong.h" diff --git a/rand/rands.c b/rand/rands.c index 1701da7a2..af436a479 100644 --- a/rand/rands.c +++ b/rand/rands.c @@ -33,7 +33,6 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ -#include "gmp.h" #include "gmp-impl.h" diff --git a/rand/randsd.c b/rand/randsd.c index 1214d000d..b0e3dd65e 100644 --- a/rand/randsd.c +++ b/rand/randsd.c @@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ -#include "gmp.h" #include "gmp-impl.h" void diff --git a/rand/randsdui.c b/rand/randsdui.c index 1c97232e3..46d80ad4c 100644 --- a/rand/randsdui.c +++ b/rand/randsdui.c @@ -29,7 +29,6 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ -#include "gmp.h" #include "gmp-impl.h" void -- cgit v1.2.1