diff options
Diffstat (limited to 'comphelper/qa/unit')
-rw-r--r-- | comphelper/qa/unit/base64_test.cxx | 11 | ||||
-rw-r--r-- | comphelper/qa/unit/syntaxhighlighttest.cxx | 1 | ||||
-rw-r--r-- | comphelper/qa/unit/test_hash.cxx | 1 |
3 files changed, 1 insertions, 12 deletions
diff --git a/comphelper/qa/unit/base64_test.cxx b/comphelper/qa/unit/base64_test.cxx index 84f59dacbeff..60f6c68d5631 100644 --- a/comphelper/qa/unit/base64_test.cxx +++ b/comphelper/qa/unit/base64_test.cxx @@ -17,27 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <limits> - #include <sal/types.h> #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include <cppunit/plugin/TestPlugIn.h> #include <rtl/ustrbuf.hxx> -#include <com/sun/star/util/DateTime.hpp> -#include <com/sun/star/util/Date.hpp> -#include <com/sun/star/util/Duration.hpp> -#include <com/sun/star/util/MeasureUnit.hpp> +#include <com/sun/star/uno/Sequence.hxx> -#include <comphelper/sequence.hxx> #include <comphelper/base64.hxx> -#include <sal/log.hxx> using namespace css; -using namespace css::util; namespace { diff --git a/comphelper/qa/unit/syntaxhighlighttest.cxx b/comphelper/qa/unit/syntaxhighlighttest.cxx index c502262669a0..8a5b66ed2d08 100644 --- a/comphelper/qa/unit/syntaxhighlighttest.cxx +++ b/comphelper/qa/unit/syntaxhighlighttest.cxx @@ -14,7 +14,6 @@ #include <cppunit/plugin/TestPlugIn.h> #include <rtl/ustring.hxx> -#include <cassert> #include <vector> class SyntaxHighlightTest : public CppUnit::TestFixture diff --git a/comphelper/qa/unit/test_hash.cxx b/comphelper/qa/unit/test_hash.cxx index 29ef2b884f28..650cd6fc6976 100644 --- a/comphelper/qa/unit/test_hash.cxx +++ b/comphelper/qa/unit/test_hash.cxx @@ -11,7 +11,6 @@ #include <comphelper/docpasswordhelper.hxx> #include <rtl/ustring.hxx> -#include <sal/log.hxx> #include <iomanip> #include <cppunit/TestFixture.h> |