aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/serial-fractals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/serial-fractals.c')
-rw-r--r--src/serial-fractals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serial-fractals.c b/src/serial-fractals.c
index bd4bc02..718fccb 100644
--- a/src/serial-fractals.c
+++ b/src/serial-fractals.c
@@ -1,6 +1,6 @@
-#include <complex.h>
#include "fractals.h"
#include "grids.h"
+
/*
* Computes the number of iterations it takes for a point z0 to diverge
* if the return value is equal to max_iterations, the point lies within the mandelbrot set