diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-25 22:26:17 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-25 22:26:17 +0100 |
commit | c60d99d697ec3ef1222036b6af5d02053d6fb30e (patch) | |
tree | c4b8bb90dfca1715a008caa8b3f39217978dd669 | |
parent | Add support for specifying hook file (diff) | |
download | redshift-ng-c60d99d697ec3ef1222036b6af5d02053d6fb30e.tar.gz redshift-ng-c60d99d697ec3ef1222036b6af5d02053d6fb30e.tar.bz2 redshift-ng-c60d99d697ec3ef1222036b6af5d02053d6fb30e.tar.xz |
Remove pointless inclusion guard
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r-- | src/common.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common.h b/src/common.h index 61e5c79..f1bd414 100644 --- a/src/common.h +++ b/src/common.h @@ -17,10 +17,6 @@ * You should have received a copy of the GNU General Public License * along with redshift-ng. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef REDSHIFT_COMMON_H -#define REDSHIFT_COMMON_H - - #ifndef WINDOWS # if defined(__WIN32__) || defined(_WIN32) # define WINDOWS @@ -1687,6 +1683,3 @@ exact_eq(double a, double b) #if defined(__GNUC__) # pragma GCC diagnostic pop #endif - - -#endif |