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/gamma-coopgamma.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/gamma-coopgamma.c') diff --git a/src/gamma-coopgamma.c b/src/gamma-coopgamma.c index 41a9d2b..d389e34 100644 --- a/src/gamma-coopgamma.c +++ b/src/gamma-coopgamma.c @@ -20,7 +20,7 @@ #ifdef HAVE_CONFIG_H # include "config.h" #else -# define PACKAGE "redshift" +# define PACKAGE "redshift-ng" #endif #include @@ -37,8 +37,9 @@ # define _(s) s #endif -#include "gamma-coopgamma.h" -#include "colorramp.h" +#include "common.h" + +#include typedef struct { -- cgit v1.2.3-70-g09d2