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 /vcl/source | |
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 'vcl/source')
-rw-r--r-- | vcl/source/control/imgctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/imgctrl.cxx b/vcl/source/control/imgctrl.cxx index 7e6fca11b0eb..3c60d92a4429 100644 --- a/vcl/source/control/imgctrl.cxx +++ b/vcl/source/control/imgctrl.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <vcl/imgctrl.hxx> +#include <vcl/toolkit/imgctrl.hxx> #include <com/sun/star/awt/ImageScaleMode.hpp> #include <osl/diagnose.h> |