[Libreoffice-commits] core.git: pch/inc sc/inc sw/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 4 06:07:31 UTC 2019


 pch/inc/pch/precompiled_system.hxx |    1 -
 sc/inc/pch/precompiled_sc.hxx      |    1 -
 sw/inc/pch/precompiled_sw.hxx      |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit 90417749fac6519eb0dde7f24736efc2d1bdf5a1
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Dec 3 22:54:32 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Dec 4 07:06:49 2019 +0100

    Removed duplicated includes
    
    Change-Id: Ica64e5b201689930ff400070fb773832d4a97d78
    Reviewed-on: https://gerrit.libreoffice.org/84191
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/pch/inc/pch/precompiled_system.hxx b/pch/inc/pch/precompiled_system.hxx
index 526ab6d22832..93268fcd82a7 100644
--- a/pch/inc/pch/precompiled_system.hxx
+++ b/pch/inc/pch/precompiled_system.hxx
@@ -34,7 +34,6 @@
 #include <boost/multi_index/random_access_index.hpp>
 #include <boost/operators.hpp>
 #include <o3tl/optional.hxx>
-#include <o3tl/optional.hxx>
 #include <boost/property_tree/json_parser.hpp>
 #include <boost/rational.hpp>
 #include <boost/version.hpp>
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index 04a20a9c8076..33289942b8a3 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.hxx
@@ -53,7 +53,6 @@
 #include <boost/functional/hash.hpp>
 #include <boost/intrusive_ptr.hpp>
 #include <o3tl/optional.hxx>
-#include <o3tl/optional.hxx>
 #include <boost/property_tree/json_parser.hpp>
 #include <boost/property_tree/ptree.hpp>
 #endif // PCH_LEVEL >= 1
diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx
index b9fb0e0fddbd..577017afceb6 100644
--- a/sw/inc/pch/precompiled_sw.hxx
+++ b/sw/inc/pch/precompiled_sw.hxx
@@ -47,7 +47,6 @@
 #include <vector>
 #include <boost/circular_buffer.hpp>
 #include <o3tl/optional.hxx>
-#include <o3tl/optional.hxx>
 #include <boost/property_tree/json_parser.hpp>
 #endif // PCH_LEVEL >= 1
 #if PCH_LEVEL >= 2


More information about the Libreoffice-commits mailing list