diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-04-08 12:59:31 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-04-08 12:59:31 +1200 |
commit | 72a660496388da3d3392c9e11ca61737e461c194 (patch) | |
tree | d95e6c9d10b127da672938f97ce0d58dcf0e669d /algorithms.h | |
parent | 800eab3e52e427f40c069aea5e52a8d59bca513f (diff) | |
download | fractal-gen-72a660496388da3d3392c9e11ca61737e461c194.tar.xz |
Remove unnecessary header guards
Diffstat (limited to 'algorithms.h')
-rw-r--r-- | algorithms.h | 5 |
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 |