From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: math/g-*.c: Group implementations include `group.h' via `group-guts.h'. X-Git-Tag: 2.3.1~8 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/4006dacf2ab15afecf7fab2ecdfc21d79a371c41 math/g-*.c: Group implementations include `group.h' via `group-guts.h'. And not directly. --- diff --git a/math/g-bin.c b/math/g-bin.c index 79a989fa..e076fdf1 100644 --- a/math/g-bin.c +++ b/math/g-bin.c @@ -33,7 +33,6 @@ #include "pgen.h" #define ge mp * -#include "group.h" #include "group-guts.h" /*----- Main code ---------------------------------------------------------*/ diff --git a/math/g-ec.c b/math/g-ec.c index f885c40d..1b6c16e3 100644 --- a/math/g-ec.c +++ b/math/g-ec.c @@ -32,7 +32,6 @@ #include #define ge ec -#include "group.h" #include "ec-raw.h" #include "group-guts.h" diff --git a/math/g-prime.c b/math/g-prime.c index 892e7433..9072b4ac 100644 --- a/math/g-prime.c +++ b/math/g-prime.c @@ -33,7 +33,6 @@ #include "pgen.h" #define ge mp * -#include "group.h" #include "group-guts.h" /*----- Main code ---------------------------------------------------------*/