aboutsummaryrefslogtreecommitdiff
path: root/fractal-gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'fractal-gen.h')
-rw-r--r--fractal-gen.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fractal-gen.h b/fractal-gen.h
index e710606..914c65e 100644
--- a/fractal-gen.h
+++ b/fractal-gen.h
@@ -22,8 +22,6 @@ typedef struct
pthread_t thread;
} data_section;
-void *generate_mbrot_section(void *d);
-void *generate_bship_section(void *d);
-
+#include "algorithms.h"
#endif