Commit c4622f53c8f399f8451743c007399139dea930d4

Daniel Mendler 2019-10-24T21:44:55

only include tommath_private.h

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/etc/pprime.c b/etc/pprime.c
index fe32a30..1d59cab 100644
--- a/etc/pprime.c
+++ b/etc/pprime.c
@@ -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;