diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-21 21:33:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-22 21:03:41 +0100 |
commit | ccec42fa987a8bf946d3e8384143e23d1facce6c (patch) | |
tree | 818ac1d98cd375567f9218f10e791b5081652246 | |
parent | b56749f04c46937f9dd5b8239e42bf831dcea782 (diff) |
don't need to include vcl/toolbox.hxx here
Change-Id: I05b678a7911b3c3071f528ba0e4f56b0c6cf2de3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106329
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | svtools/source/config/miscopt.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/config/miscopt.cxx b/svtools/source/config/miscopt.cxx index 8eee18dd42ed..96edcd27908c 100644 --- a/svtools/source/config/miscopt.cxx +++ b/svtools/source/config/miscopt.cxx @@ -32,7 +32,6 @@ #include <svtools/imgdef.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include <vcl/toolbox.hxx> #include <vector> |