From 844a48da2d670be95a62a582aab73ad8145040e2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 5 Mar 2025 16:38:44 +0100 Subject: Unify header files (so far most) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/colorramp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/colorramp.c') diff --git a/src/colorramp.c b/src/colorramp.c index 2c94477..a9db111 100644 --- a/src/colorramp.c +++ b/src/colorramp.c @@ -19,12 +19,10 @@ Copyright (c) 2016, 2025 Mattias Andrée */ -#include #include #include -#include "colorramp.h" -#include "redshift.h" +#include "common.h" /* Helper macro used in the fill functions */ #define F(Y, WP, C) pow((Y) * setting->brightness * (WP), 1.0/setting->gamma[C]) -- cgit v1.2.3-70-g09d2