From kde-commits Wed Aug 25 20:53:04 2004 From: =?utf-8?q?Andr=C3=A9=20W=C3=B6bbeking?= Date: Wed, 25 Aug 2004 20:53:04 +0000 To: kde-commits Subject: kdegraphics/kpdf/xpdf Message-Id: <20040825205304.EC0AE24FF () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109346719109121 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 M +1 -1 PDFDoc.cc 1.6 M +1 -1 SplashOutputDev.h 1.2 M +1 -1 Stream.cc 1.6 M +1 -1 TextOutputDev.cc 1.8 --- kdegraphics/kpdf/xpdf/PDFDoc.cc #1.5:1.6 @@ -18,5 +18,5 @@ #include #include "GString.h" -#include "config.h" +#include "xpdf_config.h" #include "GlobalParams.h" #include "Page.h" --- kdegraphics/kpdf/xpdf/SplashOutputDev.h #1.1:1.2 @@ -18,5 +18,5 @@ #include "gtypes.h" #include "SplashTypes.h" -#include "config.h" +#include "xpdf_config.h" #include "OutputDev.h" --- kdegraphics/kpdf/xpdf/Stream.cc #1.5:1.6 @@ -23,5 +23,5 @@ #include "gmem.h" #include "gfile.h" -#include "config.h" +#include "xpdf_config.h" #include "Error.h" #include "Object.h" --- kdegraphics/kpdf/xpdf/TextOutputDev.cc #1.7:1.8 @@ -25,5 +25,5 @@ #include "GString.h" #include "GList.h" -#include "config.h" +#include "xpdf_config.h" #include "Error.h" #include "GlobalParams.h"