diff options
Diffstat (limited to 'fractal-gen.h')
-rw-r--r-- | fractal-gen.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fractal-gen.h b/fractal-gen.h index 899dd74..ef7c532 100644 --- a/fractal-gen.h +++ b/fractal-gen.h @@ -25,9 +25,6 @@ * SUCH DAMAGE. */ -#ifndef FRACTAL_GEN_H -#define FRACTAL_GEN_H - #include <stdbool.h> #include <pthread.h> @@ -56,5 +53,3 @@ generator_func select_generator(const char* name); void show_help(); #include "algorithms.h" - -#endif |