diff options
Diffstat (limited to 'Build/source/libs/gmp/gmp-src/mpn/generic/toom63_mul.c')
-rw-r--r-- | Build/source/libs/gmp/gmp-src/mpn/generic/toom63_mul.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/libs/gmp/gmp-src/mpn/generic/toom63_mul.c b/Build/source/libs/gmp/gmp-src/mpn/generic/toom63_mul.c index 57c5d3e3dd8..181996d0ae8 100644 --- a/Build/source/libs/gmp/gmp-src/mpn/generic/toom63_mul.c +++ b/Build/source/libs/gmp/gmp-src/mpn/generic/toom63_mul.c @@ -35,7 +35,6 @@ 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" /* Stores |{ap,n}-{bp,n}| in {rp,n}, returns the sign. */ |