diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-10 20:48:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 18:34:17 +0100 |
commit | 071df4770dfe421d96d3df748af751eaae6982c3 (patch) | |
tree | 309ac0bbd4b2609ff7a8e2cc538f4c008588fa99 /svtools | |
parent | 1653bb9bffaa84a40b7d81a8277e887ea28df4e4 (diff) |
use some forward declares to reduce includes
Change-Id: Ic3a6d9a9569f909a7480d9da09709dbd60259e97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112323
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/langhelp.cxx | 1 | ||||
-rw-r--r-- | svtools/source/table/mousefunction.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/misc/langhelp.cxx b/svtools/source/misc/langhelp.cxx index acaf2c6e24f3..92171ea6bc99 100644 --- a/svtools/source/misc/langhelp.cxx +++ b/svtools/source/misc/langhelp.cxx @@ -23,7 +23,6 @@ #include <vcl/idle.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include <vcl/window.hxx> #include <config_langs.h> #include <config_vendor.h> diff --git a/svtools/source/table/mousefunction.cxx b/svtools/source/table/mousefunction.cxx index 6675e67e8cd3..a62af9fcc149 100644 --- a/svtools/source/table/mousefunction.cxx +++ b/svtools/source/table/mousefunction.cxx @@ -23,10 +23,8 @@ #include <table/tablesort.hxx> #include <tools/diagnose_ex.h> -#include <vcl/window.hxx> #include <vcl/ptrstyle.hxx> - namespace svt::table { |