--- origsrc/poco-1.6.0-all/Foundation/src/RegularExpression.cpp 2014-12-22 08:04:43.000000000 +0000 +++ src/poco-1.6.0-all/Foundation/src/RegularExpression.cpp 2014-12-22 20:40:17.618921800 +0000 @@ -17,12 +17,8 @@ #include "Poco/RegularExpression.h" #include "Poco/Exception.h" #include -#if defined(POCO_UNBUNDLED) -#include -#else #include "pcre_config.h" #include "pcre.h" -#endif namespace Poco {