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.h | |
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/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h index 9993a07..3470599 100644 --- a/src/options.h +++ b/src/options.h @@ -20,7 +20,7 @@ #ifndef REDSHIFT_OPTIONS_H #define REDSHIFT_OPTIONS_H -#include "redshift.h" +#include "common.h" typedef struct { /* Path to config file */ |