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"