summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-03 22:54:32 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-04 07:06:49 +0100
commit90417749fac6519eb0dde7f24736efc2d1bdf5a1 (patch)
tree964a578e078f870cde17d67534f0ff3b25c57eb1
parent8d84a0dc8d83cc7dbe77dec0bb4e2f6b9768e1d9 (diff)
Removed duplicated includes
Change-Id: Ica64e5b201689930ff400070fb773832d4a97d78 Reviewed-on: https://gerrit.libreoffice.org/84191 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--pch/inc/pch/precompiled_system.hxx1
-rw-r--r--sc/inc/pch/precompiled_sc.hxx1
-rw-r--r--sw/inc/pch/precompiled_sw.hxx1
3 files changed, 0 insertions, 3 deletions
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