aboutsummaryrefslogtreecommitdiff
path: root/fractal-gen.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-04-08 12:59:31 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-04-08 12:59:31 +1200
commit72a660496388da3d3392c9e11ca61737e461c194 (patch)
treed95e6c9d10b127da672938f97ce0d58dcf0e669d /fractal-gen.h
parent800eab3e52e427f40c069aea5e52a8d59bca513f (diff)
downloadfractal-gen-72a660496388da3d3392c9e11ca61737e461c194.tar.xz
Remove unnecessary header guards
Diffstat (limited to 'fractal-gen.h')
-rw-r--r--fractal-gen.h5
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