summaryrefslogtreecommitdiff
path: root/include/vcl/OptionalBox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-03 09:26:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-12-04 09:58:27 +0100
commitbd60ca2f354de4080d6ea6ffe65738f7a0e551d6 (patch)
tree4c1d4655d4a348618958ed49fd9e46b5e6436f07 /include/vcl/OptionalBox.hxx
parent754afe85b2ddec45987f3060066f55dda05cdb67 (diff)
remove some unnecessary includes and update pches
Change-Id: Ieee11f2ea3c5c18a84316a8b7c39a261afd720ed Reviewed-on: https://gerrit.libreoffice.org/84308 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/OptionalBox.hxx')
-rw-r--r--include/vcl/OptionalBox.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/OptionalBox.hxx b/include/vcl/OptionalBox.hxx
index 956e98a1c252..326fc7536c2d 100644
--- a/include/vcl/OptionalBox.hxx
+++ b/include/vcl/OptionalBox.hxx
@@ -20,11 +20,8 @@
#ifndef INCLUDED_VCL_OPTIONALBOX_HXX
#define INCLUDED_VCL_OPTIONALBOX_HXX
-#include <vcl/builderfactory.hxx>
#include <vcl/IPrioritable.hxx>
#include <vcl/layout.hxx>
-#include <vcl/floatwin.hxx>
-#include <vcl/toolbox.hxx>
class OptionalBox final : public VclHBox, public vcl::IPrioritable
{