diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-11-18 16:36:42 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-11-27 11:08:09 +0100 |
commit | f3fc16f444f84a269df9bd2f2c3d2a47cf49d057 (patch) | |
tree | d2b2369d720e1640878642f3c15f8bcfb4ad71ca /sc/source/ui/inc/scuiautofmt.hxx | |
parent | b8404ae521a9c2d183d4e076a7884627ba353e4b (diff) |
tdf#42949 Fix new IWYU warnings in directory sc/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I217817e2e4a42b096f5a7fb6344568c10d69aab2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106078
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/inc/scuiautofmt.hxx')
-rw-r--r-- | sc/source/ui/inc/scuiautofmt.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/scuiautofmt.hxx b/sc/source/ui/inc/scuiautofmt.hxx index 5fee72451235..24f9f696247a 100644 --- a/sc/source/ui/inc/scuiautofmt.hxx +++ b/sc/source/ui/inc/scuiautofmt.hxx @@ -20,6 +20,7 @@ #define INCLUDED_SC_SOURCE_UI_INC_SCUIAUTOFMT_HXX #include <vcl/customweld.hxx> +#include <autoform.hxx> #include "autofmt.hxx" class ScAutoFormatDlg : public weld::GenericDialogController |