From 8ef9cf85ab7353420a18f5e740435c8569eab081 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 19 Sep 2022 17:32:42 -0400 Subject: [PATCH] remove unused math.h in isaac64.c Close #878 --- src/isaac64.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/isaac64.c b/src/isaac64.c index 76cb769fc..e95eb8131 100644 --- a/src/isaac64.c +++ b/src/isaac64.c @@ -12,7 +12,6 @@ #include "config.h" #ifdef USE_ISAAC64 -#include #include #include "isaac64.h"