sw/source/core/txtnode/txtedt.cxx |    1 -
 sw/source/filter/html/svxcss1.cxx |    2 --
 sw/source/filter/ww8/ww8par.hxx   |    1 -
 3 files changed, 4 deletions(-)

New commits:
commit 5ba38316f818c87b4ffbb8f114b26d459402f679
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Aug 12 15:12:03 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Aug 12 18:14:59 2022 +0200

    Remove duplicated include
    
    Change-Id: I2496cdd6652eb5f5c11ba70bc9101cf3e7e0c87d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138197
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/sw/source/core/txtnode/txtedt.cxx 
b/sw/source/core/txtnode/txtedt.cxx
index e03e517ff46f..1ac899955d3c 100644
--- a/sw/source/core/txtnode/txtedt.cxx
+++ b/sw/source/core/txtnode/txtedt.cxx
@@ -75,7 +75,6 @@
 #include <com/sun/star/i18n/XBreakIterator.hpp>
 
 #include <vector>
-#include <utility>
 
 #include <unotextrange.hxx>
 
diff --git a/sw/source/filter/html/svxcss1.cxx 
b/sw/source/filter/html/svxcss1.cxx
index c241690761c9..256656a6df1e 100644
--- a/sw/source/filter/html/svxcss1.cxx
+++ b/sw/source/filter/html/svxcss1.cxx
@@ -61,8 +61,6 @@
 #include "svxcss1.hxx"
 #include "htmlnum.hxx"
 
-#include <utility>
-
 using namespace ::com::sun::star;
 
 /// type of functions to parse CSS1 properties
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 68bd5861d38a..5b9d40230699 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -35,7 +35,6 @@
 #include <string_view>
 #include <deque>
 #include <map>
-#include <utility>
 #include <memory>
 
 #include "ww8struc.hxx"

Reply via email to