summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/hfedtdlg.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-23 01:54:39 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-29 09:30:49 +0100
commit8ee49e6e8f5c37682d776fac4bc01479733b9d76 (patch)
tree58daf20d435bf29f94bd2c1c9e2b0f736ac2098f /sc/source/ui/inc/hfedtdlg.hxx
parent982663f2137195cffabbcb623e3199cbba658ab7 (diff)
tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[f-p]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie40401e8706dda219b8578d180983811114cabed Reviewed-on: https://gerrit.libreoffice.org/62208 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/hfedtdlg.hxx')
-rw-r--r--sc/source/ui/inc/hfedtdlg.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/ui/inc/hfedtdlg.hxx b/sc/source/ui/inc/hfedtdlg.hxx
index 3f3c13aa6669..0011bd2fcc4d 100644
--- a/sc/source/ui/inc/hfedtdlg.hxx
+++ b/sc/source/ui/inc/hfedtdlg.hxx
@@ -21,9 +21,7 @@
#define INCLUDED_SC_SOURCE_UI_INC_HFEDTDLG_HXX
#include <sfx2/tabdlg.hxx>
-#include <svx/pageitem.hxx>
-
-#include <scres.hrc>
+#include <editeng/svxenum.hxx>
class ScHFEditDlg : public SfxTabDialog
{