diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-05 16:38:44 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-05 16:38:44 +0100 |
commit | 844a48da2d670be95a62a582aab73ad8145040e2 (patch) | |
tree | 1c20cd1646706d6af03bce48822568c5602a8616 /src/gamma-coopgamma.c | |
parent | Use colour temperature table from libred (diff) | |
download | redshift-ng-844a48da2d670be95a62a582aab73ad8145040e2.tar.gz redshift-ng-844a48da2d670be95a62a582aab73ad8145040e2.tar.bz2 redshift-ng-844a48da2d670be95a62a582aab73ad8145040e2.tar.xz |
Unify header files (so far most)
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | src/gamma-coopgamma.c | 7 |
1 files changed, 4 insertions, 3 deletions
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 <errno.h> @@ -37,8 +37,9 @@ # define _(s) s #endif -#include "gamma-coopgamma.h" -#include "colorramp.h" +#include "common.h" + +#include <libcoopgamma.h> typedef struct { |