summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-30 20:19:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-31 13:12:44 +0200
commit4a52aae51d73fcc8c321da5b6920cb60bd1f1925 (patch)
tree43e04c920596debaa91960ff572db1e2a94de41b /vcl/source/control
parentd688a8a5a59f9a152229f005964697218b31c621 (diff)
roadmap.hxx only used by vcl and toolkit now
Change-Id: I2a00687fbc53b2b5f2b8ad94e4813e778eb15f21 Reviewed-on: https://gerrit.libreoffice.org/78323 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/roadmap.cxx2
-rw-r--r--vcl/source/control/roadmapwizard.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/roadmap.cxx b/vcl/source/control/roadmap.cxx
index e7f0cfedbeb9..d171d3baf8af 100644
--- a/vcl/source/control/roadmap.cxx
+++ b/vcl/source/control/roadmap.cxx
@@ -20,7 +20,7 @@
#include <vector>
#include <algorithm>
#include <vcl/event.hxx>
-#include <vcl/roadmap.hxx>
+#include <vcl/toolkit/roadmap.hxx>
#include <vcl/settings.hxx>
#include <tools/color.hxx>
#include <rtl/ustring.hxx>
diff --git a/vcl/source/control/roadmapwizard.cxx b/vcl/source/control/roadmapwizard.cxx
index eb1294a95b68..ea0f1efa0026 100644
--- a/vcl/source/control/roadmapwizard.cxx
+++ b/vcl/source/control/roadmapwizard.cxx
@@ -19,7 +19,7 @@
#include <vcl/roadmapwizard.hxx>
-#include <vcl/roadmap.hxx>
+#include <vcl/toolkit/roadmap.hxx>
#include <tools/debug.hxx>
#include <osl/diagnose.h>