only include tommath_private.h

This commit is contained in:
Daniel Mendler 2019-10-24 21:44:55 +02:00 committed by GitHub
parent 17afe155f0
commit c4622f53c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,7 @@
*/
#include <stdlib.h>
#include <time.h>
#include "tommath.h"
#include "tommath_private.h" /* mp_word */
#include "tommath_private.h"
static int n_prime;
static FILE *primes;