diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-06-10 21:12:02 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-06-22 21:12:44 +0200 |
commit | c1738429b08f9d0a614ff5ee7090fd8ea41fc67a (patch) | |
tree | 5d82a830214fcb6677fab49fe1c113932fed2a4c /sd/source/ui/app/sddll.cxx | |
parent | 28f45e406da9ca2c87d1e4285b0138c081125ec8 (diff) |
tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[f-h]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie93b7695e4c67fc55089b21a5df37a3468ad4bee
Reviewed-on: https://gerrit.libreoffice.org/55565
Tested-by: Jenkins
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sd/source/ui/app/sddll.cxx')
-rw-r--r-- | sd/source/ui/app/sddll.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index 072702db97d7..a84e6b8bde96 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -95,6 +95,7 @@ #include <vcl/FilterConfigItem.hxx> #include <o3tl/make_unique.hxx> #include <sdabstdlg.hxx> +#include <sdmod.hxx> using namespace ::com::sun::star; |