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 | |
parent | 9f1c6250b4e0859b1436f669a51b8b58b2428bd0 (diff) | |
download | swift-be432e681b3de2470062b489a488a99d3b5cd897.zip swift-be432e681b3de2470062b489a488a99d3b5cd897.tar.bz2 |
Remove SWIFTEN_CONFIG_H checks.
Diffstat (limited to 'Swiften/Parser')
-rw-r--r-- | Swiften/Parser/PlatformXMLParserFactory.cpp | 3 | ||||
-rw-r--r-- | Swiften/Parser/UnitTest/XMLParserTest.cpp | 3 |
2 files changed, 0 insertions, 6 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 diff --git a/Swiften/Parser/UnitTest/XMLParserTest.cpp b/Swiften/Parser/UnitTest/XMLParserTest.cpp index 6a42d0d..4785317 100644 --- a/Swiften/Parser/UnitTest/XMLParserTest.cpp +++ b/Swiften/Parser/UnitTest/XMLParserTest.cpp @@ -2,9 +2,6 @@ #include <cppunit/extensions/TestFactoryRegistry.h> #include <vector> -#ifdef HAVE_SWIFTEN_CONFIG_H -#include "Swiften/config.h" -#endif #include "Swiften/Base/String.h" #include "Swiften/Parser/XMLParserClient.h" #ifdef HAVE_EXPAT |