summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-04-19 09:45:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-04-19 13:57:37 +0200
commitf0c31f3aa1e79d595586136f9161afd357dca8d7 (patch)
treef440d379db025e84e01a369c2d4c59dfe307276a /desktop
parent83d481b9584dbb4d97661a95f1a19f25dad737b2 (diff)
drop some unneeded includes
Change-Id: Idde1f747f500d94b3191a97e7d502794cc2b8450 Reviewed-on: https://gerrit.libreoffice.org/70972 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/gui/dp_gui_updatedialog.cxx1
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx
index a3caf7bb431c..af1cfdf7ccf2 100644
--- a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx
+++ b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx
@@ -94,7 +94,6 @@
#include <vcl/fixed.hxx>
#include <vcl/image.hxx>
#include <vcl/svapp.hxx>
-#include <vcl/vclmedit.hxx>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/exc_hlp.hxx>
diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
index 6b232b5a954a..6cda8170f77e 100644
--- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
+++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
@@ -25,7 +25,6 @@
#include <vcl/fixed.hxx>
#include <vcl/dialog.hxx>
#include <vcl/prgsbar.hxx>
-#include <vcl/vclmedit.hxx>
#include <vcl/weld.hxx>
#include <rtl/ref.hxx>
#include <vector>