diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 15:36:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 20:42:34 +0100 |
commit | 860b2d0123cc44437d4882d7d5f204a32ed21a62 (patch) | |
tree | da5e090c686be1b16524ca9e3255550390e0cbcd /accessibility | |
parent | d54d66e25ec0206f43ead5fe72428ebefd0b857c (diff) |
update pches
Change-Id: Ic4586057346b6de700c1bb6ff4cd759a11bb3e4d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111231
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/inc/pch/precompiled_acc.hxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/accessibility/inc/pch/precompiled_acc.hxx b/accessibility/inc/pch/precompiled_acc.hxx index c32079da9d3c..ce849da0fb6e 100644 --- a/accessibility/inc/pch/precompiled_acc.hxx +++ b/accessibility/inc/pch/precompiled_acc.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-02-05 16:09:23 using: + Generated on 2021-02-19 15:34:31 using: ./bin/update_pch accessibility acc --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -47,7 +47,6 @@ #include <string> #include <string_view> #include <type_traits> -#include <typeinfo> #include <utility> #include <vector> #endif // PCH_LEVEL >= 1 @@ -93,7 +92,6 @@ #include <vcl/alpha.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> -#include <vcl/builder.hxx> #include <vcl/cairo.hxx> #include <vcl/checksum.hxx> #include <vcl/ctrl.hxx> @@ -113,7 +111,6 @@ #include <vcl/mapmod.hxx> #include <vcl/menu.hxx> #include <vcl/metaactiontypes.hxx> -#include <vcl/notebookbar/NotebookBarAddonsMerger.hxx> #include <vcl/outdev.hxx> #include <vcl/outdevmap.hxx> #include <vcl/outdevstate.hxx> @@ -196,7 +193,6 @@ #include <com/sun/star/awt/XView.hpp> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/awt/XWindow2.hpp> -#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/datatransfer/DataFlavor.hpp> #include <com/sun/star/datatransfer/XTransferable2.hpp> @@ -308,7 +304,6 @@ #include <tools/color.hxx> #include <tools/contnr.hxx> #include <tools/degree.hxx> -#include <tools/fldunit.hxx> #include <tools/fontenum.hxx> #include <tools/gen.hxx> #include <tools/globname.hxx> @@ -330,8 +325,6 @@ #include <unotools/accessiblerelationsethelper.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <unotools/fontdefs.hxx> -#include <unotools/resmgr.hxx> -#include <unotools/syslocale.hxx> #include <unotools/unotoolsdllapi.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 |