From 72a660496388da3d3392c9e11ca61737e461c194 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 8 Apr 2016 12:59:31 +1200 Subject: Remove unnecessary header guards --- algorithms/common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'algorithms') 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 #include #include #include "../fractal-gen.h" - -#endif -- cgit v1.1