diff options
Diffstat (limited to 'algorithms/common.h')
-rw-r--r-- | algorithms/common.h | 5 |
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 |