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/options.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 '')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index aadd317..28c9149 100644 --- a/src/options.c +++ b/src/options.c @@ -34,7 +34,7 @@ # define _(s) s #endif -#include "redshift.h" +#include "common.h" #include "config-ini.h" #include "options.h" #include "solar.h" |