diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-29 21:28:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-30 09:48:02 +0100 |
commit | 158e8ab5fc3e3db852ddcff510edce2006be5169 (patch) | |
tree | ade93b65aa0f319e38c53a0d1c007417c534ad37 | |
parent | e9136f8f30d08b29b684bc7870aee7a845283065 (diff) |
slider.hxx has no need to include field.hxx anymore
Change-Id: Ib612df11eda9afe5b8e5610b3caf520bf8668e6b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87711
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | include/vcl/slider.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/slider.hxx b/include/vcl/slider.hxx index 3281080526b3..91e479f19ba1 100644 --- a/include/vcl/slider.hxx +++ b/include/vcl/slider.hxx @@ -23,7 +23,6 @@ #include <vcl/dllapi.h> #include <vcl/ctrl.hxx> #include <vcl/scrbar.hxx> -#include <vcl/field.hxx> class VCL_DLLPUBLIC Slider final : public Control { |