aboutsummaryrefslogtreecommitdiff
path: root/algorithms.h
diff options
context:
space:
mode:
Diffstat (limited to 'algorithms.h')
-rw-r--r--algorithms.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/algorithms.h b/algorithms.h
index 0529807..bc83c12 100644
--- a/algorithms.h
+++ b/algorithms.h
@@ -25,12 +25,7 @@
* SUCH DAMAGE.
*/
-#ifndef GENERATORS_H
-#define GENERATORS_H
-
void *generate_mandelbrot_section(void *section);
void *generate_burning_ship_section(void *section);
void *generate_burning_ship_lattice_section(void *section);
void *generate_tricorn_section(void *section);
-
-#endif