diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-01-24 00:17:20 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-01-30 16:10:57 +0100 |
commit | 7b5193e2ae9eceba881163787b98c90f2310056d (patch) | |
tree | 8bbd62c065d2ba8c67d41c5236b2fcb77136f1c2 /o3tl | |
parent | 026e2f437e969d75209ed05211e7f02349035b98 (diff) |
Recheck modules [o-r]* with IWYU
See tdf#42949 for motivation
Change-Id: I6b4b05a5e59b256653c4caf5297fffd601b45083
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128845
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'o3tl')
-rw-r--r-- | o3tl/IwyuFilter_o3tl.yaml | 2 | ||||
-rw-r--r-- | o3tl/qa/cow_wrapper_clients.hxx | 2 | ||||
-rw-r--r-- | o3tl/qa/test-enumarray.cxx | 2 | ||||
-rw-r--r-- | o3tl/qa/test-lru_map.cxx | 1 | ||||
-rw-r--r-- | o3tl/qa/test-string_view.cxx | 2 | ||||
-rw-r--r-- | o3tl/qa/test-vector_pool.cxx | 1 |
6 files changed, 3 insertions, 7 deletions
diff --git a/o3tl/IwyuFilter_o3tl.yaml b/o3tl/IwyuFilter_o3tl.yaml new file mode 100644 index 000000000000..15a5a2a0d26c --- /dev/null +++ b/o3tl/IwyuFilter_o3tl.yaml @@ -0,0 +1,2 @@ +--- +assumeFilename: o3tl/qa/test-cow_wrapper.cxx 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> |