diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-29 17:22:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-30 09:13:07 +0100 |
commit | f645993593ff931d1659e701487131e3bd1b40f5 (patch) | |
tree | c56327144e80673bd9d2f2998ecc439119ad6a58 /include | |
parent | 3e041c06897fb917977c18f57bde5871b0466a99 (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')
-rw-r--r-- | include/vcl/toolkit/imgctrl.hxx (renamed from include/vcl/imgctrl.hxx) | 0 | ||||
-rw-r--r-- | include/vcl/toolkit/roadmap.hxx | 2 | ||||
-rw-r--r-- | include/vcl/toolkit/throbber.hxx | 2 |
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> |