summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2021-04-01 09:40:51 +0200
committerMiklos Vajna <vmiklos@collabora.com>2021-04-09 11:56:36 +0200
commit2633d5f97ff45cc4a7f016bee1f2e8f92a60d2fb (patch)
tree248eafb1e97bf19315d698d1243c7f74dad40a09 /include/svtools
parenttdf#139495 doc import: prevent negative Int forced into uInt (diff)
downloadcore-2633d5f97ff45cc4a7f016bee1f2e8f92a60d2fb.tar.gz
core-2633d5f97ff45cc4a7f016bee1f2e8f92a60d2fb.zip
Recheck include/ with IWYU
See tdf#42949 for motivation Change-Id: Ifc253bf800bb1468b5774663a93f4fb30bec81d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113657 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/HtmlWriter.hxx1
-rw-r--r--include/svtools/filechangedchecker.hxx2
-rw-r--r--include/svtools/imagemgr.hxx1
-rw-r--r--include/svtools/querydelete.hxx1
-rw-r--r--include/svtools/stringtransfer.hxx1
-rw-r--r--include/svtools/toolbarmenu.hxx1
6 files changed, 1 insertions, 6 deletions
diff --git a/include/svtools/HtmlWriter.hxx b/include/svtools/HtmlWriter.hxx
index e9939f712941..61bebed54bae 100644
--- a/include/svtools/HtmlWriter.hxx
+++ b/include/svtools/HtmlWriter.hxx
@@ -11,7 +11,6 @@
#pragma once
#include <rtl/string.hxx>
-#include <rtl/ustring.hxx>
#include <string_view>
#include <vector>
#include <svtools/svtdllapi.h>
diff --git a/include/svtools/filechangedchecker.hxx b/include/svtools/filechangedchecker.hxx
index 03021799bc2b..22fc5597570a 100644
--- a/include/svtools/filechangedchecker.hxx
+++ b/include/svtools/filechangedchecker.hxx
@@ -14,7 +14,7 @@
#include <osl/time.h>
#include <rtl/ustring.hxx>
-#include <vcl/idle.hxx>
+#include <vcl/timer.hxx>
#include <functional>
diff --git a/include/svtools/imagemgr.hxx b/include/svtools/imagemgr.hxx
index 4abd02168ead..707fa5eda587 100644
--- a/include/svtools/imagemgr.hxx
+++ b/include/svtools/imagemgr.hxx
@@ -21,7 +21,6 @@
#include <rtl/ustring.hxx>
#include <svtools/svtdllapi.h>
-#include <tools/gen.hxx>
#include <vcl/vclenum.hxx>
enum class SvImageId {
diff --git a/include/svtools/querydelete.hxx b/include/svtools/querydelete.hxx
index 63f48d62fe48..31f494ea66c7 100644
--- a/include/svtools/querydelete.hxx
+++ b/include/svtools/querydelete.hxx
@@ -20,7 +20,6 @@
#include <memory>
#include <vcl/weld.hxx>
-#include <rtl/ustring.hxx>
#include <svtools/svtdllapi.h>
namespace svtools
diff --git a/include/svtools/stringtransfer.hxx b/include/svtools/stringtransfer.hxx
index 9e3fead4e84c..d8c99a132840 100644
--- a/include/svtools/stringtransfer.hxx
+++ b/include/svtools/stringtransfer.hxx
@@ -19,7 +19,6 @@
#pragma once
-#include <config_options.h>
#include <svtools/svtdllapi.h>
#include <vcl/transfer.hxx>
diff --git a/include/svtools/toolbarmenu.hxx b/include/svtools/toolbarmenu.hxx
index 5a47d18625f3..9f1e36ddaca8 100644
--- a/include/svtools/toolbarmenu.hxx
+++ b/include/svtools/toolbarmenu.hxx
@@ -19,7 +19,6 @@
#pragma once
-#include <config_options.h>
#include <svtools/svtdllapi.h>
#include <memory>