diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-16 20:25:45 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-22 10:09:01 +0100 |
commit | d847ca56ef2d020da5efa696ce5eb3c96e1ba474 (patch) | |
tree | e1594ae055ec0f0febd8f1ffa76f7aed7e15957e /basctl/source/basicide/basobj2.cxx | |
parent | a8303106cb6289e7ddc57d8163fafb22226d085a (diff) |
tdf#42949 Fix IWYU warnings in basctl/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Id956a2aaffb7ac8787847eedc4860bf9f4b70184
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86943
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'basctl/source/basicide/basobj2.cxx')
-rw-r--r-- | basctl/source/basicide/basobj2.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basctl/source/basicide/basobj2.cxx b/basctl/source/basicide/basobj2.cxx index 77e9afe9f795..b302c8b9493c 100644 --- a/basctl/source/basicide/basobj2.cxx +++ b/basctl/source/basicide/basobj2.cxx @@ -17,10 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <basidesh.hxx> #include <iderdll.hxx> #include "iderdll2.hxx" #include "macrodlg.hxx" #include "moduldlg.hxx" +#include <iderid.hxx> #include <strings.hrc> #include "baside2.hxx" |