diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-05 18:15:02 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-05 18:15:02 +0100 |
commit | c9105c1206c9df070fb13c3deb9055b9535a23d6 (patch) | |
tree | 8dc21ebbc39fe9171470c59779fd5d2a4401b0db /src/gamma-dummy.c | |
parent | Remove old #include (diff) | |
download | redshift-ng-c9105c1206c9df070fb13c3deb9055b9535a23d6.tar.gz redshift-ng-c9105c1206c9df070fb13c3deb9055b9535a23d6.tar.bz2 redshift-ng-c9105c1206c9df070fb13c3deb9055b9535a23d6.tar.xz |
Merge redshift.h into common.h
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/gamma-dummy.c')
-rw-r--r-- | src/gamma-dummy.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c index 559fcea..066ae96 100644 --- a/src/gamma-dummy.c +++ b/src/gamma-dummy.c @@ -21,9 +21,6 @@ # include "config.h" #endif -#include <stdio.h> -#include <stdlib.h> - #ifdef ENABLE_NLS # include <libintl.h> # define _(s) gettext(s) @@ -31,7 +28,7 @@ # define _(s) s #endif -#include "redshift.h" +#include "common.h" static int |