diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 13:13:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 16:18:50 +0200 |
commit | 1857ddaa18717bc778ae65571322bf4cdafdcb5a (patch) | |
tree | 5b5e5d238055fd3b9a5aa8feba0d1a4d1be8bf9b /include | |
parent | ab0df4e1642d226a68c6858e87b88e9cc6fbbdf6 (diff) |
no need to include hyperlabel.hxx
Change-Id: Iafa7d391c5a1b383a82b900f80c9f78f666ce340
Reviewed-on: https://gerrit.libreoffice.org/78345
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/toolkit/roadmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolkit/roadmap.hxx b/include/vcl/toolkit/roadmap.hxx index f3811ba56812..0c08147b0784 100644 --- a/include/vcl/toolkit/roadmap.hxx +++ b/include/vcl/toolkit/roadmap.hxx @@ -21,7 +21,6 @@ #include <vcl/dllapi.h> #include <vcl/ctrl.hxx> -#include <vcl/hyperlabel.hxx> #include <vcl/imgctrl.hxx> #include <memory> @@ -37,6 +36,7 @@ public: typedef sal_Int32 ItemIndex; }; +class HyperLabel; class RoadmapImpl; class RoadmapItem; |