diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-05 17:59:12 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-05 17:59:12 +0100 |
commit | 483a596a4e5a355eceb5fc4932cae9b070d9c724 (patch) | |
tree | 5037aabd47f85454bcf2b846f6de611c17f559ed /src/solar.h | |
parent | Unlist redshift/pull/743: rejected (diff) | |
download | redshift-ng-483a596a4e5a355eceb5fc4932cae9b070d9c724.tar.gz redshift-ng-483a596a4e5a355eceb5fc4932cae9b070d9c724.tar.bz2 redshift-ng-483a596a4e5a355eceb5fc4932cae9b070d9c724.tar.xz |
Remove old #include
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/solar.h')
-rw-r--r-- | src/solar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/solar.h b/src/solar.h index 5ff6ed6..389484e 100644 --- a/src/solar.h +++ b/src/solar.h @@ -20,8 +20,6 @@ #ifndef REDSHIFT_SOLAR_H #define REDSHIFT_SOLAR_H -#include "time.h" - /* Model of atmospheric refraction near horizon (in degrees). */ #define SOLAR_ATM_REFRAC 0.833 |