diff options
| author | Remko Tronçon <git@el-tramo.be> | 2009-08-14 09:01:27 (GMT) |
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2009-08-16 22:13:26 (GMT) |
| commit | be432e681b3de2470062b489a488a99d3b5cd897 (patch) | |
| tree | 2734992963e5d3ecec79d7423e894ef8f659bdc8 /Swiften/Parser/PlatformXMLParserFactory.cpp | |
| parent | 9f1c6250b4e0859b1436f669a51b8b58b2428bd0 (diff) | |
| download | swift-be432e681b3de2470062b489a488a99d3b5cd897.zip swift-be432e681b3de2470062b489a488a99d3b5cd897.tar.bz2 | |
Remove SWIFTEN_CONFIG_H checks.
Diffstat (limited to 'Swiften/Parser/PlatformXMLParserFactory.cpp')
| -rw-r--r-- | Swiften/Parser/PlatformXMLParserFactory.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Swiften/Parser/PlatformXMLParserFactory.cpp b/Swiften/Parser/PlatformXMLParserFactory.cpp index 14557d1..0624a2d 100644 --- a/Swiften/Parser/PlatformXMLParserFactory.cpp +++ b/Swiften/Parser/PlatformXMLParserFactory.cpp @@ -2,9 +2,6 @@ #include <cassert> -#ifdef HAVE_SWIFTEN_CONFIG_H -#include "Swiften/config.h" -#endif #ifdef HAVE_LIBXML #include "Swiften/Parser/LibXMLParser.h" #else |
Swift