summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-29 17:22:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-10-30 09:13:07 +0100
commitf645993593ff931d1659e701487131e3bd1b40f5 (patch)
treec56327144e80673bd9d2f2998ecc439119ad6a58 /include/vcl
parent3e041c06897fb917977c18f57bde5871b0466a99 (diff)
imgctrl.hxx only used by vcl and toolkit
Change-Id: I77e2efa77d9fbc0830553faed269e1fec2b2a286 Reviewed-on: https://gerrit.libreoffice.org/81713 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/toolkit/imgctrl.hxx (renamed from include/vcl/imgctrl.hxx)0
-rw-r--r--include/vcl/toolkit/roadmap.hxx2
-rw-r--r--include/vcl/toolkit/throbber.hxx2
3 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/imgctrl.hxx b/include/vcl/toolkit/imgctrl.hxx
index a38829776236..a38829776236 100644
--- a/include/vcl/imgctrl.hxx
+++ b/include/vcl/toolkit/imgctrl.hxx
diff --git a/include/vcl/toolkit/roadmap.hxx b/include/vcl/toolkit/roadmap.hxx
index 0c08147b0784..3ec6f7574a2c 100644
--- a/include/vcl/toolkit/roadmap.hxx
+++ b/include/vcl/toolkit/roadmap.hxx
@@ -21,7 +21,7 @@
#include <vcl/dllapi.h>
#include <vcl/ctrl.hxx>
-#include <vcl/imgctrl.hxx>
+#include <vcl/toolkit/imgctrl.hxx>
#include <memory>
class Bitmap;
diff --git a/include/vcl/toolkit/throbber.hxx b/include/vcl/toolkit/throbber.hxx
index b0f49b18c38e..7034bfa82b22 100644
--- a/include/vcl/toolkit/throbber.hxx
+++ b/include/vcl/toolkit/throbber.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_VCL_THROBBER_HXX
#include <vcl/dllapi.h>
-#include <vcl/imgctrl.hxx>
+#include <vcl/toolkit/imgctrl.hxx>
#include <vcl/timer.hxx>
#include <vector>