diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-12 20:55:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-19 09:38:53 +0100 |
commit | 492ea7e08571e466e37f870b7642a79df55c2e92 (patch) | |
tree | 902686cce366dc110cb46d8164b22658235c575e /editeng/source/uno | |
parent | 50e644253f78ab002f180fb8e82ca181b95cb7ff (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[ab]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: If18c80fc64e55d797953e24e40e5d5e62bd9c625
Reviewed-on: https://gerrit.libreoffice.org/63453
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'editeng/source/uno')
-rw-r--r-- | editeng/source/uno/unofored.cxx | 1 | ||||
-rw-r--r-- | editeng/source/uno/unoforou.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editeng/source/uno/unofored.cxx b/editeng/source/uno/unofored.cxx index 3b4b4decd54c..ea83a1ddf4fa 100644 --- a/editeng/source/uno/unofored.cxx +++ b/editeng/source/uno/unofored.cxx @@ -19,6 +19,7 @@ #include <algorithm> +#include <osl/diagnose.h> #include <editeng/eeitem.hxx> #include <com/sun/star/i18n/WordType.hpp> diff --git a/editeng/source/uno/unoforou.cxx b/editeng/source/uno/unoforou.cxx index 84ecb7a0cddd..af0918a799c4 100644 --- a/editeng/source/uno/unoforou.cxx +++ b/editeng/source/uno/unoforou.cxx @@ -19,6 +19,7 @@ #include <algorithm> +#include <osl/diagnose.h> #include <svl/style.hxx> #include <com/sun/star/i18n/WordType.hpp> |