svx/inc/pch/precompiled_svxcore.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
New commits: commit b710a098c836a68afe41af3b69679756918e1991 Author: Caolán McNamara <[email protected]> AuthorDate: Tue Jul 21 21:31:01 2020 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Wed Jul 22 15:24:06 2020 +0200 update svx pch Change-Id: I311f35edbe8c1390fe471883b77c8ce35a1aa0b0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99180 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index 7d34038a8de4..af5edfcd45de 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.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 2020-07-05 17:54:04 using: + Generated on 2020-07-21 21:30:38 using: ./bin/update_pch svx svxcore --cutoff=7 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -113,7 +113,6 @@ #include <vcl/dllapi.h> #include <vcl/dndhelp.hxx> #include <vcl/dockwin.hxx> -#include <vcl/edit.hxx> #include <vcl/errcode.hxx> #include <vcl/event.hxx> #include <vcl/floatwin.hxx> @@ -135,7 +134,6 @@ #include <vcl/region.hxx> #include <vcl/scopedbitmapaccess.hxx> #include <vcl/settings.hxx> -#include <vcl/spinfld.hxx> #include <vcl/svapp.hxx> #include <vcl/syswin.hxx> #include <vcl/task.hxx> @@ -316,7 +314,6 @@ #include <drawinglayer/primitive2d/baseprimitive2d.hxx> #include <drawinglayer/primitive2d/groupprimitive2d.hxx> #include <drawinglayer/primitive2d/polygonprimitive2d.hxx> -#include <drawinglayer/primitive2d/primitivetools2d.hxx> #include <drawinglayer/primitive2d/sdrdecompositiontools2d.hxx> #include <drawinglayer/primitive2d/transformprimitive2d.hxx> #include <drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx> @@ -413,6 +410,7 @@ #include <unotools/localedatawrapper.hxx> #include <unotools/options.hxx> #include <unotools/resmgr.hxx> +#include <unotools/streamwrap.hxx> #include <unotools/syslocale.hxx> #include <unotools/ucbstreamhelper.hxx> #include <unotools/unotoolsdllapi.h> @@ -434,6 +432,7 @@ #include <svx/fmshell.hxx> #include <svx/fmtools.hxx> #include <svx/fmview.hxx> +#include <svx/gallery1.hxx> #include <svx/galmisc.hxx> #include <svx/galtheme.hxx> #include <svx/globl3d.hxx> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
