vcl/source/control/throbber.cxx |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

New commits:
commit f07092c3ea33c326d351d38d11e9cb56004b920c
Author:     Christopher Sherlock <chris.sherloc...@gmail.com>
AuthorDate: Fri Jan 3 17:09:21 2025 +1100
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sat Feb 8 11:45:44 2025 +0100

    vcl: remove unnecessary headers in throbber.cxx
    
    Change-Id: Ie9fc341bdcc71b57d8bfae12d84a5100f1f029c5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179665
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/vcl/source/control/throbber.cxx b/vcl/source/control/throbber.cxx
index f348fe5ec776..5e6943f70457 100644
--- a/vcl/source/control/throbber.cxx
+++ b/vcl/source/control/throbber.cxx
@@ -17,20 +17,15 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <vcl/toolkit/throbber.hxx>
+#include <comphelper/namedvaluecollection.hxx>
+#include <comphelper/processfactory.hxx>
+
 #include <vcl/svapp.hxx>
+#include <vcl/toolkit/throbber.hxx>
 
-#include <com/sun/star/uno/XComponentContext.hpp>
 #include <com/sun/star/graphic/GraphicProvider.hpp>
-#include <com/sun/star/graphic/XGraphicProvider.hpp>
 #include <com/sun/star/awt/ImageScaleMode.hpp>
 
-#include <comphelper/namedvaluecollection.hxx>
-#include <comphelper/processfactory.hxx>
-#include <rtl/ustrbuf.hxx>
-#include <sal/log.hxx>
-#include <tools/urlobj.hxx>
-
 #include <limits>
 
 using ::com::sun::star::uno::Reference;

Reply via email to