change gmp.h to mpir.h in added files
This commit is contained in:
parent
6a259c0be6
commit
1323eb0fdf
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user