package/inc/ByteGrabber.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit e099249fd13a9379525de15a94acec531b7d4d00
Author: Arnaud VERSINI <[email protected]>
AuthorDate: Sun Aug 18 21:29:57 2024 +0200
Commit: Arnaud Versini <[email protected]>
CommitDate: Mon Aug 19 08:31:13 2024 +0200
Remove now useless include in package
Change-Id: I8085fb69a752e69820113cf3074bf5e4e7c942de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172020
Reviewed-by: Arnaud Versini <[email protected]>
Tested-by: Jenkins
diff --git a/package/inc/ByteGrabber.hxx b/package/inc/ByteGrabber.hxx
index 075ff56d142d..04a5b35f3547 100644
--- a/package/inc/ByteGrabber.hxx
+++ b/package/inc/ByteGrabber.hxx
@@ -22,8 +22,6 @@
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/uno/Reference.h>
-#include <mutex>
-
namespace com::sun::star {
namespace io { class XSeekable; class XInputStream; }
}