diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-30 20:19:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 13:12:44 +0200 |
commit | 4a52aae51d73fcc8c321da5b6920cb60bd1f1925 (patch) | |
tree | 43e04c920596debaa91960ff572db1e2a94de41b /toolkit | |
parent | d688a8a5a59f9a152229f005964697218b31c621 (diff) |
roadmap.hxx only used by vcl and toolkit now
Change-Id: I2a00687fbc53b2b5f2b8ad94e4813e778eb15f21
Reviewed-on: https://gerrit.libreoffice.org/78323
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 79073b719b2c..06f157d80b66 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -71,7 +71,6 @@ #include <vcl/sysdata.hxx> #include <vcl/textrectinfo.hxx> #include <vcl/vclmedit.hxx> -#include <vcl/roadmap.hxx> #include <toolkit/awt/vclxwindows.hxx> #include <toolkit/awt/vclxsystemdependentwindow.hxx> @@ -99,13 +98,11 @@ #include <vcl/field.hxx> #include <vcl/fixed.hxx> #include <vcl/floatwin.hxx> -#include <vcl/toolkit/group.hxx> #include <vcl/scheduler.hxx> #include <vcl/imgctrl.hxx> #include <vcl/longcurr.hxx> #include <vcl/lstbox.hxx> #include <vcl/menubtn.hxx> -#include <vcl/toolkit/morebtn.hxx> #include <vcl/msgbox.hxx> #include <vcl/scrbar.hxx> #include <vcl/spin.hxx> @@ -115,13 +112,16 @@ #include <vcl/svapp.hxx> #include <vcl/syschild.hxx> #include <vcl/tabctrl.hxx> -#include <vcl/toolkit/tabdlg.hxx> #include <vcl/tabpage.hxx> #include <vcl/toolbox.hxx> #include <vcl/virdev.hxx> #include <vcl/window.hxx> #include <vcl/wrkwin.hxx> #include <vcl/throbber.hxx> +#include <vcl/toolkit/group.hxx> +#include <vcl/toolkit/morebtn.hxx> +#include <vcl/toolkit/roadmap.hxx> +#include <vcl/toolkit/tabdlg.hxx> #if HAVE_FEATURE_OPENGL #include <vcl/opengl/OpenGLWrapper.hxx> #endif |