summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-31 13:15:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-31 16:19:08 +0200
commit8e0bcc9beb36628df2bf239e82dede15464f6556 (patch)
tree02f2292d3d77570e4746ba357c4a4e777505f6ae /vcl/source/control
parent1857ddaa18717bc778ae65571322bf4cdafdcb5a (diff)
hyperlabel.hxx can be a private header now
Change-Id: I52d01723ad4c4ece59f859726145d75aaa29321e Reviewed-on: https://gerrit.libreoffice.org/78346 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/hyperlabel.cxx2
-rw-r--r--vcl/source/control/roadmap.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/hyperlabel.cxx b/vcl/source/control/hyperlabel.cxx
index ff0de4c8dd06..f42debe51ee2 100644
--- a/vcl/source/control/hyperlabel.cxx
+++ b/vcl/source/control/hyperlabel.cxx
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <vcl/hyperlabel.hxx>
#include <tools/color.hxx>
#include <vcl/event.hxx>
#include <vcl/settings.hxx>
#include <vcl/ptrstyle.hxx>
+#include <hyperlabel.hxx>
namespace vcl
{
diff --git a/vcl/source/control/roadmap.cxx b/vcl/source/control/roadmap.cxx
index 133d196dcf35..6233edf47f7e 100644
--- a/vcl/source/control/roadmap.cxx
+++ b/vcl/source/control/roadmap.cxx
@@ -20,9 +20,9 @@
#include <vector>
#include <algorithm>
#include <vcl/event.hxx>
-#include <vcl/hyperlabel.hxx>
#include <vcl/toolkit/roadmap.hxx>
#include <vcl/settings.hxx>
+#include <hyperlabel.hxx>
#include <tools/color.hxx>
#include <rtl/ustring.hxx>