diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-19 20:49:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-20 13:08:20 +0100 |
commit | 4b785097f1c49ead50e6a2085befcd37c800207b (patch) | |
tree | 6b2d236f0c98cb0c14aa26cb22f55335284dc6d9 /uui | |
parent | f53157835775f976af5bedd9303c91c9d68b80c6 (diff) |
drop unnecessary includes
Change-Id: I1a817d5575bbd57ecaa874a27158b9218e4210cc
Reviewed-on: https://gerrit.libreoffice.org/51603
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/authfallbackdlg.cxx | 1 | ||||
-rw-r--r-- | uui/source/fltdlg.hxx | 1 | ||||
-rw-r--r-- | uui/source/iahndl-authentication.cxx | 1 | ||||
-rw-r--r-- | uui/source/iahndl-locking.cxx | 1 | ||||
-rw-r--r-- | uui/source/logindlg.cxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/uui/source/authfallbackdlg.cxx b/uui/source/authfallbackdlg.cxx index 230de254ca11..b5d8b4f1c5a4 100644 --- a/uui/source/authfallbackdlg.cxx +++ b/uui/source/authfallbackdlg.cxx @@ -9,7 +9,6 @@ #include "authfallbackdlg.hxx" -#include <vcl/msgbox.hxx> #include <iostream> using namespace boost; diff --git a/uui/source/fltdlg.hxx b/uui/source/fltdlg.hxx index dbedcea11a36..76d1d257d6a0 100644 --- a/uui/source/fltdlg.hxx +++ b/uui/source/fltdlg.hxx @@ -22,7 +22,6 @@ #include <vcl/dialog.hxx> -#include <vcl/msgbox.hxx> #include <vcl/lstbox.hxx> #include <vcl/button.hxx> diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index 2d4d5362f169..2351cdbc395d 100644 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -37,7 +37,6 @@ #include <unotools/resmgr.hxx> #include <vcl/errcode.hxx> #include <vcl/errinf.hxx> -#include <vcl/msgbox.hxx> #include <vcl/abstdlg.hxx> #include <vcl/svapp.hxx> diff --git a/uui/source/iahndl-locking.cxx b/uui/source/iahndl-locking.cxx index d52142da4667..0facddd6debb 100644 --- a/uui/source/iahndl-locking.cxx +++ b/uui/source/iahndl-locking.cxx @@ -33,7 +33,6 @@ #include <unotools/resmgr.hxx> #include <vcl/svapp.hxx> -#include <vcl/msgbox.hxx> #include <strings.hrc> #include "getcontinuations.hxx" diff --git a/uui/source/logindlg.cxx b/uui/source/logindlg.cxx index 53011ff1ddf5..c2efb7dfb6e4 100644 --- a/uui/source/logindlg.cxx +++ b/uui/source/logindlg.cxx @@ -18,7 +18,6 @@ */ #include <comphelper/string.hxx> -#include <vcl/msgbox.hxx> #include "logindlg.hxx" #include <strings.hrc> |