aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-05 19:51:28 +0100
committerMattias Andrée <m@maandree.se>2025-03-05 19:51:28 +0100
commit2ba3c7b5c33fbbbb22c619c196b63fd689885ece (patch)
tree6785f994683cf493038728a68be1fd5ae9f18398 /src/redshift.c
parentcleanup + cast + use pipe2 on linux (diff)
downloadredshift-ng-2ba3c7b5c33fbbbb22c619c196b63fd689885ece.tar.gz
redshift-ng-2ba3c7b5c33fbbbb22c619c196b63fd689885ece.tar.bz2
redshift-ng-2ba3c7b5c33fbbbb22c619c196b63fd689885ece.tar.xz
Merge config-ini.h and options.h into common.h
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/redshift.c')
-rw-r--r--src/redshift.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/redshift.c b/src/redshift.c
index 92066e1..b60236c 100644
--- a/src/redshift.c
+++ b/src/redshift.c
@@ -17,9 +17,7 @@
Copyright (c) 2009-2017 Jon Lund Steffensen <jonlst@gmail.com>
*/
#include "common.h"
-#include "config-ini.h"
#include "solar.h"
-#include "options.h"
/* poll.h is not available on Windows but there is no Windows location provider
using polling. On Windows, we just define some stubs to make things compile.