oox/source/drawingml/diagram/diagram.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 2400aef4f2a007cab21b163c65abca1580efc94d Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Feb 27 14:58:04 2026 +0100 Commit: David Gilbert <[email protected]> CommitDate: Sun Mar 1 18:25:12 2026 +0100 Remove duplicated includes Change-Id: I0798bce1234d917da78ee973055d8e7556d95e78 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200627 Tested-by: Jenkins Reviewed-by: David Gilbert <[email protected]> diff --git a/oox/source/drawingml/diagram/diagram.cxx b/oox/source/drawingml/diagram/diagram.cxx index 3301d1695c32..b196c61bbd53 100644 --- a/oox/source/drawingml/diagram/diagram.cxx +++ b/oox/source/drawingml/diagram/diagram.cxx @@ -55,8 +55,6 @@ #ifdef DBG_UTIL #include <osl/file.hxx> #include <o3tl/environment.hxx> -#include <tools/stream.hxx> -#include <unotools/streamwrap.hxx> #include <comphelper/storagehelper.hxx> #include <com/sun/star/embed/XRelationshipAccess.hpp> #endif
