From c60d99d697ec3ef1222036b6af5d02053d6fb30e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 25 Mar 2025 22:26:17 +0100 Subject: Remove pointless inclusion guard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/common.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/common.h b/src/common.h index 61e5c79..f1bd414 100644 --- a/src/common.h +++ b/src/common.h @@ -17,10 +17,6 @@ * You should have received a copy of the GNU General Public License * along with redshift-ng. If not, see . */ -#ifndef REDSHIFT_COMMON_H -#define REDSHIFT_COMMON_H - - #ifndef WINDOWS # if defined(__WIN32__) || defined(_WIN32) # define WINDOWS @@ -1687,6 +1683,3 @@ exact_eq(double a, double b) #if defined(__GNUC__) # pragma GCC diagnostic pop #endif - - -#endif -- cgit v1.2.3-70-g09d2