From 04d058297b52a3a4c506990e3ebc590dee9124b6 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Thu, 17 Nov 2022 19:11:29 +0100 Subject: [PATCH] dont include math.h --- samples/mandelfloat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/mandelfloat.c b/samples/mandelfloat.c index aee21a306..353df2422 100644 --- a/samples/mandelfloat.c +++ b/samples/mandelfloat.c @@ -10,7 +10,6 @@ #include -#include #include #define MAX_ITER 40