diff --git a/mpn/generic/dc_divappr_q_n.c b/mpn/generic/dc_divappr_q_n.c index db167043..4e36e868 100644 --- a/mpn/generic/dc_divappr_q_n.c +++ b/mpn/generic/dc_divappr_q_n.c @@ -37,10 +37,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "mpir.h" #include "gmp-impl.h" #include "longlong.h" -#include -#include -#include -#include +//#include +//#include +//#include +//#include /* Computes an approximation to N/D, where N = {np,2n}, D = {dp,n}. diff --git a/mpn/generic/tdiv_q.c b/mpn/generic/tdiv_q.c index bc975aa7..0fc9c374 100644 --- a/mpn/generic/tdiv_q.c +++ b/mpn/generic/tdiv_q.c @@ -25,8 +25,8 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #include "gmp-impl.h" #include "longlong.h" -#include -#include +//#include +//#include /* The DIV_QR_THRESHOLDs should be replaced with DIV_Q_THRESHOLDs */