remove unused math.h in isaac64.c

Close  #878
This commit is contained in:
nhmall
2022-09-19 17:32:42 -04:00
parent 4de71302a3
commit 8ef9cf85ab

View File

@@ -12,7 +12,6 @@
#include "config.h"
#ifdef USE_ISAAC64
#include <math.h>
#include <string.h>
#include "isaac64.h"