From eb867836b08bab8a2a8e4bca3733994cbc83eb1c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH 1/1] math/g-*.c: Group implementations include `group.h' via `group-guts.h'. And not directly. --- math/g-bin.c | 1 - math/g-ec.c | 1 - math/g-prime.c | 1 - 3 files changed, 3 deletions(-) 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 ---------------------------------------------------------*/ -- 2.11.0