From 7685169385d590731009b83aaed6d449efb7e089 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sun, 23 Mar 2014 01:34:05 +0100 Subject: Fix #22: remove initial underscore from include guards --- src/solar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/solar.h') diff --git a/src/solar.h b/src/solar.h index b5554ef..5ff6ed6 100644 --- a/src/solar.h +++ b/src/solar.h @@ -17,8 +17,8 @@ Copyright (c) 2010 Jon Lund Steffensen */ -#ifndef _SOLAR_H -#define _SOLAR_H +#ifndef REDSHIFT_SOLAR_H +#define REDSHIFT_SOLAR_H #include "time.h" @@ -48,4 +48,4 @@ typedef enum { double solar_elevation(double date, double lat, double lon); void solar_table_fill(double date, double lat, double lon, double *table); -#endif /* ! _SOLAR_H */ +#endif /* ! REDSHIFT_SOLAR_H */ -- cgit v1.2.3-70-g09d2