From 7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sun, 23 Sep 2018 17:14:48 +0200 Subject: Remove #include "config.h" from header files where possible --- src/colorspace.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/colorspace.h') diff --git a/src/colorspace.h b/src/colorspace.h index 9d18492a8..8819757de 100644 --- a/src/colorspace.h +++ b/src/colorspace.h @@ -10,10 +10,6 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif // HAVE_CONFIG_H - #if HAVE_STDINT_H # include #endif -- cgit v1.2.3