Removed useless include

Not needed anymore since we've moved away from libtommath.c.
This commit is contained in:
wiire-a 2018-01-01 17:36:18 +01:00
parent a07ebfb376
commit 9e7ba19ee9

View File

@ -27,7 +27,6 @@
#include <pthread.h>
#include <limits.h>
#include <assert.h>
#include <stdarg.h> /* libtommath.c */
#if defined(_WIN32) || defined(__WIN32__)
# include <windows.h>
#endif