diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-01 15:53:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-01 21:27:58 +0200 |
commit | 3f78d508b97eff106ff8b9d4dc7d433f17d3e26f (patch) | |
tree | 79400a3b71153b14130c1eb6329a8a2d3d075150 /vcl/source/control | |
parent | c8df6f7bfc358a730705eeaf409968b6c457052b (diff) |
drop unnecessary includes
Change-Id: I12c02a03202d778d9c2d7bf41022db64af492e04
Reviewed-on: https://gerrit.libreoffice.org/70075
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/ctrl.cxx | 1 | ||||
-rw-r--r-- | vcl/source/control/field.cxx | 3 | ||||
-rw-r--r-- | vcl/source/control/fixed.cxx | 1 | ||||
-rw-r--r-- | vcl/source/control/listbox.cxx | 1 |
4 files changed, 1 insertions, 5 deletions
diff --git a/vcl/source/control/ctrl.cxx b/vcl/source/control/ctrl.cxx index a18b50e75191..eee49fc35df0 100644 --- a/vcl/source/control/ctrl.cxx +++ b/vcl/source/control/ctrl.cxx @@ -22,7 +22,6 @@ #include <vcl/ctrl.hxx> #include <vcl/floatwin.hxx> #include <vcl/decoview.hxx> -#include <vcl/dialog.hxx> #include <vcl/salnativewidgets.hxx> #include <vcl/settings.hxx> #include <vcl/uitest/logger.hxx> diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx index 43d6520bfbab..1e82fed403c8 100644 --- a/vcl/source/control/field.cxx +++ b/vcl/source/control/field.cxx @@ -26,8 +26,7 @@ #include <comphelper/string.hxx> - -#include <vcl/dialog.hxx> +#include <vcl/builder.hxx> #include <vcl/field.hxx> #include <vcl/event.hxx> #include <vcl/svapp.hxx> diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx index 365c421e9b34..699de1534e11 100644 --- a/vcl/source/control/fixed.cxx +++ b/vcl/source/control/fixed.cxx @@ -18,7 +18,6 @@ */ #include <vcl/decoview.hxx> -#include <vcl/dialog.hxx> #include <vcl/event.hxx> #include <vcl/fixed.hxx> #include <vcl/ImageTree.hxx> diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx index dc332b3a8df2..b5e924a52b5f 100644 --- a/vcl/source/control/listbox.cxx +++ b/vcl/source/control/listbox.cxx @@ -20,7 +20,6 @@ #include <vcl/commandevent.hxx> #include <vcl/decoview.hxx> -#include <vcl/dialog.hxx> #include <vcl/event.hxx> #include <vcl/scrbar.hxx> #include <vcl/button.hxx> |