diff options
Diffstat (limited to 'Build/source/libs/gmp/gmp-src/mpn/generic/toom_eval_pm2.c')
-rw-r--r-- | Build/source/libs/gmp/gmp-src/mpn/generic/toom_eval_pm2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/libs/gmp/gmp-src/mpn/generic/toom_eval_pm2.c b/Build/source/libs/gmp/gmp-src/mpn/generic/toom_eval_pm2.c index 67afcc638ef..be682c75c4e 100644 --- a/Build/source/libs/gmp/gmp-src/mpn/generic/toom_eval_pm2.c +++ b/Build/source/libs/gmp/gmp-src/mpn/generic/toom_eval_pm2.c @@ -34,7 +34,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" /* DO_addlsh2(d,a,b,n,cy) computes cy,{d,n} <- {a,n} + 4*(cy,{b,n}), it |