summaryrefslogtreecommitdiff
path: root/include/vcl/tabctrl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-17 12:28:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-17 15:44:17 +0100
commit85ceb1c70fd3bcd723c92bd3c2658d13eb8b137d (patch)
tree95dfe2e7f4a00162967e0dd25f56ce7b4812d92e /include/vcl/tabctrl.hxx
parent11345d8b7e3e1c6bbe940c08cc284e257e0811d0 (diff)
remove some unnecessary button.hxx includes
and update pches Change-Id: I61ca0be7a838e4eec6c41e0ece58d8a6b0e64c37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88861 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/tabctrl.hxx')
-rw-r--r--include/vcl/tabctrl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx
index cf058d7a1e79..5a6350befb8a 100644
--- a/include/vcl/tabctrl.hxx
+++ b/include/vcl/tabctrl.hxx
@@ -23,13 +23,14 @@
#include <vcl/dllapi.h>
#include <vcl/ctrl.hxx>
#include <vcl/toolbox.hxx>
-#include <vcl/button.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
class ImplTabItem;
struct ImplTabCtrlData;
class TabPage;
+class Button;
+class PushButton;
class ListBox;
#ifndef TAB_APPEND