diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-04-17 23:02:33 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-04-23 16:33:58 +0200 |
commit | fef939d8ffd17abdb108a5e5635790a862018c2d (patch) | |
tree | 2302883339a23dad6db3ed895745130cdedea5ab /chart2/source/tools/UncachedDataSequence.cxx | |
parent | 9c4d3188bb34c24f611bd4d5e94376d4734dd8c3 (diff) |
Recheck module chart2 with IWYU
See tdf#42949 for motivation
Change-Id: Id4cdca3eed8618c289f30913d506f8f2bd46f0bb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133112
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'chart2/source/tools/UncachedDataSequence.cxx')
-rw-r--r-- | chart2/source/tools/UncachedDataSequence.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/tools/UncachedDataSequence.cxx b/chart2/source/tools/UncachedDataSequence.cxx index e8a6075d643e..097e05aa4df9 100644 --- a/chart2/source/tools/UncachedDataSequence.cxx +++ b/chart2/source/tools/UncachedDataSequence.cxx @@ -27,7 +27,6 @@ #include <strings.hrc> #include <ResId.hxx> #include <com/sun/star/chart2/XInternalDataProvider.hpp> -#include <tools/diagnose_ex.h> using namespace ::com::sun::star; |