change gmp.h to mpir.h in added files

This commit is contained in:
Brian Gladman 2018-02-27 23:30:33 +00:00
parent 6a259c0be6
commit 1323eb0fdf
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ 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 "mpir.h"
#include "gmp-impl.h"
#include "longlong.h"

View File

@ -30,5 +30,5 @@ see https://www.gnu.org/licenses/. */
#define __GMP_FORCE_mpn_zero_p 1
#include "gmp.h"
#include "mpir.h"
#include "gmp-impl.h"