aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-05 18:15:02 +0100
committerMattias Andrée <m@maandree.se>2025-03-05 18:15:02 +0100
commitc9105c1206c9df070fb13c3deb9055b9535a23d6 (patch)
tree8dc21ebbc39fe9171470c59779fd5d2a4401b0db /src/options.c
parentRemove old #include (diff)
downloadredshift-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.c2
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"