summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuiimapwnd.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-03-17 00:41:32 +0100
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-03-17 11:00:09 +0000
commit9bb21ef311ffc600bc7d2ac1c7dee4d88a694bf7 (patch)
tree66980c995cd3e056ca9ea2d8c2fac587bd1220ae /cui/source/inc/cuiimapwnd.hxx
parentc627f4b92824a7c1900e54e8a66773f45e3766dd (diff)
cleanup itempool includes
Change-Id: I3762cdfc6d92d2c15ef6e42d9be8e18ad8d79a10 Reviewed-on: https://gerrit.libreoffice.org/35313 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'cui/source/inc/cuiimapwnd.hxx')
-rw-r--r--cui/source/inc/cuiimapwnd.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/cui/source/inc/cuiimapwnd.hxx b/cui/source/inc/cuiimapwnd.hxx
index c9ae8db630fc..8938a909f15c 100644
--- a/cui/source/inc/cuiimapwnd.hxx
+++ b/cui/source/inc/cuiimapwnd.hxx
@@ -20,16 +20,12 @@
#define INCLUDED_CUI_SOURCE_INC_CUIIMAPWND_HXX
#include <vcl/dialog.hxx>
-#include <vcl/fixed.hxx>
#include <vcl/combobox.hxx>
#include <vcl/button.hxx>
#include <vcl/menu.hxx>
-#include <svl/itempool.hxx>
-#include <svtools/imapobj.hxx>
-#include <svtools/transfer.hxx>
-#include <svtools/imap.hxx>
+#include <vcl/vclmedit.hxx>
+
#include <sfx2/frame.hxx>
-#include <svtools/svmedit.hxx>
class URLDlg : public ModalDialog
{