diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-15 22:04:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-22 09:55:00 +0100 |
commit | b9b62d96f6de8908ddf69f5b56eb58fe82013a24 (patch) | |
tree | 309abc73b781ee34f4fb88a736e381161f7d9e19 /svl | |
parent | 24d5f3065df5f05e1a8af7ae043db59fd7845ffa (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iabe571aa8f00492902c499094bea8365a3e17fca
Reviewed-on: https://gerrit.libreoffice.org/63623
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
(cherry picked from commit 40710c488de3e4eef585c5a5276c9a0943d36f2e)
Reviewed-on: https://gerrit.libreoffice.org/63769
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/lckbitem.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/source/items/lckbitem.cxx b/svl/source/items/lckbitem.cxx index 4d47efa937e2..737db2750da4 100644 --- a/svl/source/items/lckbitem.cxx +++ b/svl/source/items/lckbitem.cxx @@ -20,6 +20,7 @@ #include <svl/lckbitem.hxx> #include <svl/poolitem.hxx> #include <tools/stream.hxx> +#include <tools/solar.h> #include <osl/diagnose.h> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> |