aboutsummaryrefslogtreecommitdiff
path: root/algorithms
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 /algorithms
parent800eab3e52e427f40c069aea5e52a8d59bca513f (diff)
downloadfractal-gen-72a660496388da3d3392c9e11ca61737e461c194.tar.xz
Remove unnecessary header guards
Diffstat (limited to 'algorithms')
-rw-r--r--algorithms/common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/algorithms/common.h b/algorithms/common.h
index b52963e..5949adb 100644
--- a/algorithms/common.h
+++ b/algorithms/common.h
@@ -25,13 +25,8 @@
* SUCH DAMAGE.
*/
-#ifndef ALGORITHMS_COMMON_H
-#define ALGORITHMS_COMMON_H
-
#include <stdlib.h>
#include <math.h>
#include <complex.h>
#include "../fractal-gen.h"
-
-#endif