From c8f8261d199af4956aeaf387b2fde41baf905f83 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 18 Jan 2009 00:21:47 +0000 Subject: Remove '#include "config.h"' from all public header files. This requires that many other files include config.h themselves. Also convert to "config.h". --- src/input/pnm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/pnm.c') diff --git a/src/input/pnm.c b/src/input/pnm.c index cbd245e7b..aabdbde96 100644 --- a/src/input/pnm.c +++ b/src/input/pnm.c @@ -22,7 +22,7 @@ */ #ifdef HAVE_CONFIG_H -# include +# include "config.h" #endif #include -- cgit v1.2.3