summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-31 13:13:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-31 16:18:50 +0200
commit1857ddaa18717bc778ae65571322bf4cdafdcb5a (patch)
tree5b5e5d238055fd3b9a5aa8feba0d1a4d1be8bf9b
parentab0df4e1642d226a68c6858e87b88e9cc6fbbdf6 (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>
-rw-r--r--include/vcl/toolkit/roadmap.hxx2
-rw-r--r--vcl/source/control/roadmap.cxx1
2 files changed, 2 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;
diff --git a/vcl/source/control/roadmap.cxx b/vcl/source/control/roadmap.cxx
index d171d3baf8af..133d196dcf35 100644
--- a/vcl/source/control/roadmap.cxx
+++ b/vcl/source/control/roadmap.cxx
@@ -20,6 +20,7 @@
#include <vector>
#include <algorithm>
#include <vcl/event.hxx>
+#include <vcl/hyperlabel.hxx>
#include <vcl/toolkit/roadmap.hxx>
#include <vcl/settings.hxx>
#include <tools/color.hxx>