summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--solenv/clang-format/blacklist2
-rw-r--r--toolkit/source/awt/vclxtoolkit.cxx2
-rw-r--r--toolkit/source/awt/vclxwindows.cxx2
-rw-r--r--vcl/source/control/imgctrl.cxx2
-rw-r--r--vcl/workben/svpclient.cxx2
8 files changed, 7 insertions, 7 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>
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist
index a113d1c9cb2c..c3693241d5af 100644
--- a/solenv/clang-format/blacklist
+++ b/solenv/clang-format/blacklist
@@ -7818,7 +7818,6 @@ include/vcl/imapcirc.hxx
include/vcl/imapobj.hxx
include/vcl/imappoly.hxx
include/vcl/imaprect.hxx
-include/vcl/imgctrl.hxx
include/vcl/inetimg.hxx
include/vcl/inputctx.hxx
include/vcl/inputtypes.hxx
@@ -7900,6 +7899,7 @@ include/vcl/threadex.hxx
include/vcl/timer.hxx
include/vcl/toolbox.hxx
include/vcl/toolkit/group.hxx
+include/vcl/toolkit/imgctrl.hxx
include/vcl/toolkit/morebtn.hxx
include/vcl/toolkit/roadmap.hxx
include/vcl/toolkit/spin.hxx
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx
index b0ccf3b64870..754176927e2e 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -90,7 +90,6 @@
#include <vcl/fixed.hxx>
#include <vcl/floatwin.hxx>
#include <vcl/scheduler.hxx>
-#include <vcl/imgctrl.hxx>
#include <vcl/longcurr.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/menubtn.hxx>
@@ -108,6 +107,7 @@
#include <vcl/window.hxx>
#include <vcl/wrkwin.hxx>
#include <vcl/toolkit/group.hxx>
+#include <vcl/toolkit/imgctrl.hxx>
#include <vcl/toolkit/morebtn.hxx>
#include <vcl/toolkit/roadmap.hxx>
#include <vcl/toolkit/spin.hxx>
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx
index 5d327f6b13d3..4d072ced46e6 100644
--- a/toolkit/source/awt/vclxwindows.cxx
+++ b/toolkit/source/awt/vclxwindows.cxx
@@ -47,7 +47,7 @@
#include <vcl/field.hxx>
#include <vcl/fixedhyper.hxx>
#include <vcl/longcurr.hxx>
-#include <vcl/imgctrl.hxx>
+#include <vcl/toolkit/imgctrl.hxx>
#include <vcl/dialog.hxx>
#include <vcl/scrbar.hxx>
#include <vcl/svapp.hxx>
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>
diff --git a/vcl/workben/svpclient.cxx b/vcl/workben/svpclient.cxx
index 74ccb9f9205f..93fa276b61f2 100644
--- a/vcl/workben/svpclient.cxx
+++ b/vcl/workben/svpclient.cxx
@@ -32,7 +32,7 @@
#include <vcl/wrkwin.hxx>
#include <vcl/button.hxx>
#include <vcl/lstbox.hxx>
-#include <vcl/imgctrl.hxx>
+#include <vcl/toolkit/imgctrl.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/graphicfilter.hxx>
#include <vcl/graph.hxx>