From 50823d893807d590d20ca8ee97a9a345d5df4ac3 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 26 Oct 2018 20:14:08 +0200 Subject: tdf#42949 Fix IWYU warnings in include/sot/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ic5d0dd8c712e74825ed0d0de6bf366568ca48f25 Reviewed-on: https://gerrit.libreoffice.org/62460 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sot/inc/sysformats.hxx | 2 ++ sot/source/base/formats.cxx | 1 + sot/source/unoolestorage/xolesimplestorage.hxx | 2 ++ 3 files changed, 5 insertions(+) (limited to 'sot') diff --git a/sot/inc/sysformats.hxx b/sot/inc/sysformats.hxx index 38276e7e4f9c..a34375df3d8b 100644 --- a/sot/inc/sysformats.hxx +++ b/sot/inc/sysformats.hxx @@ -25,6 +25,8 @@ #endif #include +#include +#include struct SotAction_Impl { diff --git a/sot/source/base/formats.cxx b/sot/source/base/formats.cxx index 2ee87e71458d..9b7770f146ef 100644 --- a/sot/source/base/formats.cxx +++ b/sot/source/base/formats.cxx @@ -27,6 +27,7 @@ #include #include +#include #include #include #include diff --git a/sot/source/unoolestorage/xolesimplestorage.hxx b/sot/source/unoolestorage/xolesimplestorage.hxx index 13ba9d01e5d8..3cd4d86c011e 100644 --- a/sot/source/unoolestorage/xolesimplestorage.hxx +++ b/sot/source/unoolestorage/xolesimplestorage.hxx @@ -22,6 +22,8 @@ #include +#include +#include #include #include #include -- cgit