summaryrefslogtreecommitdiff
path: root/o3tl/qa
diff options
context:
space:
mode:
Diffstat (limited to 'o3tl/qa')
-rw-r--r--o3tl/qa/cow_wrapper_clients.hxx2
-rw-r--r--o3tl/qa/test-enumarray.cxx2
-rw-r--r--o3tl/qa/test-lru_map.cxx1
-rw-r--r--o3tl/qa/test-string_view.cxx2
-rw-r--r--o3tl/qa/test-vector_pool.cxx1
5 files changed, 1 insertions, 7 deletions
diff --git a/o3tl/qa/cow_wrapper_clients.hxx b/o3tl/qa/cow_wrapper_clients.hxx
index 36d77553b178..d0e416c96318 100644
--- a/o3tl/qa/cow_wrapper_clients.hxx
+++ b/o3tl/qa/cow_wrapper_clients.hxx
@@ -21,8 +21,8 @@
#define INCLUDED_O3TL_QA_COW_WRAPPER_CLIENTS_HXX
#include <o3tl/cow_wrapper.hxx>
-#include <cppunit/extensions/HelperMacros.h>
#include <assert.h>
+#include <iostream>
/* Definition of Cow_Wrapper_Clients classes */
diff --git a/o3tl/qa/test-enumarray.cxx b/o3tl/qa/test-enumarray.cxx
index 9da8dae18f0b..f54a92394195 100644
--- a/o3tl/qa/test-enumarray.cxx
+++ b/o3tl/qa/test-enumarray.cxx
@@ -9,8 +9,6 @@
#include <sal/config.h>
-#include <stdexcept>
-
#include <cppunit/TestAssert.h>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
diff --git a/o3tl/qa/test-lru_map.cxx b/o3tl/qa/test-lru_map.cxx
index aac8a3e25283..e749e7bd85ec 100644
--- a/o3tl/qa/test-lru_map.cxx
+++ b/o3tl/qa/test-lru_map.cxx
@@ -8,7 +8,6 @@
*
*/
-#include <sal/types.h>
#include <cppunit/TestAssert.h>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
diff --git a/o3tl/qa/test-string_view.cxx b/o3tl/qa/test-string_view.cxx
index 80f757529eee..b400c9605962 100644
--- a/o3tl/qa/test-string_view.cxx
+++ b/o3tl/qa/test-string_view.cxx
@@ -7,10 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <config_options.h>
#include <sal/config.h>
-#include <iostream>
#include <string_view>
#include <cppunit/TestAssert.h>
diff --git a/o3tl/qa/test-vector_pool.cxx b/o3tl/qa/test-vector_pool.cxx
index 78975e4d5dc0..6e739ebcd18f 100644
--- a/o3tl/qa/test-vector_pool.cxx
+++ b/o3tl/qa/test-vector_pool.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <sal/types.h>
#include <cppunit/TestAssert.h>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>