From b42c9662303d1a33ebe038d1895c08945cdbd40f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 5 Mar 2025 19:26:58 +0100 Subject: Cleanup and style update (avoid typedef) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/solar.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/solar.c') diff --git a/src/solar.c b/src/solar.c index 9b2b59d..990929d 100644 --- a/src/solar.c +++ b/src/solar.c @@ -23,10 +23,8 @@ It is based on equations from "Astronomical Algorithms" by Jean Meeus. */ -#include - +#include "common.h" #include "solar.h" -#include "time.h" #define RAD(x) ((x)*(M_PI/180)) #define DEG(x) ((x)*(180/M_PI)) -- cgit v1.2.3-70-g09d2