diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-20 10:43:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-21 15:31:46 +0100 |
commit | e3e7bc65ed9126010ebc08543e32b9efb9c2b501 (patch) | |
tree | de4849cb06c5e460d5dc5366852a37539cd0c6f8 /svgio | |
parent | e9054a0ec00c4281c8f908ffb9cbe7d9e199c35b (diff) |
update pches
Change-Id: I60e61133c305673bb305e41957f5414820c7c358
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112790
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/inc/pch/precompiled_svgio.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/svgio/inc/pch/precompiled_svgio.hxx b/svgio/inc/pch/precompiled_svgio.hxx index 90a2c271fbd2..a53ef6552f75 100644 --- a/svgio/inc/pch/precompiled_svgio.hxx +++ b/svgio/inc/pch/precompiled_svgio.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2021-03-08 13:18:34 using: + Generated on 2021-03-20 10:39:06 using: ./bin/update_pch svgio svgio --cutoff=8 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -23,7 +23,6 @@ #include <sal/config.h> #if PCH_LEVEL >= 1 #include <memory> -#include <optional> #include <ostream> #include <set> #include <string_view> @@ -36,7 +35,6 @@ #include <rtl/math.hxx> #include <rtl/ref.hxx> #include <rtl/uri.hxx> -#include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <sal/log.hxx> #include <sal/types.h> @@ -52,9 +50,7 @@ #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/polygon/b3dpolypolygon.hxx> #include <basegfx/range/b2drange.hxx> -#include <basegfx/vector/b2ivector.hxx> #include <com/sun/star/drawing/PointSequenceSequence.hpp> -#include <com/sun/star/xml/sax/XAttributeList.hpp> #include <drawinglayer/drawinglayerdllapi.h> #include <drawinglayer/primitive2d/Primitive2DContainer.hxx> #include <drawinglayer/primitive2d/baseprimitive2d.hxx> @@ -69,8 +65,6 @@ #include <svgnode.hxx> #include <svgpaint.hxx> #include <svgstyleattributes.hxx> -#include <svgtoken.hxx> -#include <svgtools.hxx> #endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |