From kde-commits Wed Aug 25 20:17:35 2004 From: =?utf-8?q?Andr=C3=A9=20W=C3=B6bbeking?= Date: Wed, 25 Aug 2004 20:17:35 +0000 To: kde-commits Subject: kdegraphics/kpdf/xpdf Message-Id: <20040825201735.C5FD316B24 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109346506601509 CVS commit by woebbe: renamed config.h to xpdf_config.h to avoid clash with kdegraphics/config.h. I hope it's OK. CCMAIL: Albert Astals Cid A xpdf_config.h 1.1 [UNKNOWN] M +1 -1 Error.h 1.7 R config.h 1.4 --- kdegraphics/kpdf/xpdf/Error.h #1.6:1.7 @@ -17,5 +17,5 @@ #include -#include "config.h" +#include "xpdf_config.h" extern void CDECL error(int pos, const char *msg, ...);