diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-09 17:10:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-12 12:20:05 +0200 |
commit | b050b7eeff089ead4dd121967cf323d683f171bc (patch) | |
tree | 8cc83bf6e63957bc3d0f38a2531361e7bbce75ee /uui/inc | |
parent | ec9b4bf1b671fa1b14ca51f0275480ab17da3d20 (diff) |
update pches
Change-Id: I75602277a5a26b012a12f2c4f4b7ff5bb663b0b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98474
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'uui/inc')
-rw-r--r-- | uui/inc/pch/precompiled_uui.hxx | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/uui/inc/pch/precompiled_uui.hxx b/uui/inc/pch/precompiled_uui.hxx index fa1724740821..34e174be6624 100644 --- a/uui/inc/pch/precompiled_uui.hxx +++ b/uui/inc/pch/precompiled_uui.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-04-21 11:17:43 using: + Generated on 2020-07-09 17:07:21 using: ./bin/update_pch uui uui --cutoff=4 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -23,13 +23,8 @@ #if PCH_LEVEL >= 1 #include <cassert> #include <cstddef> -#include <limits> #include <memory> -#include <new> #include <ostream> -#include <stddef.h> -#include <string_view> -#include <utility> #include <vector> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 @@ -41,9 +36,6 @@ #include <rtl/digest.h> #include <rtl/instance.hxx> #include <rtl/strbuf.hxx> -#include <rtl/string.hxx> -#include <rtl/stringconcat.hxx> -#include <rtl/stringutils.hxx> #include <rtl/textenc.h> #include <rtl/unload.h> #include <rtl/ustrbuf.hxx> @@ -51,10 +43,8 @@ #include <rtl/ustring.hxx> #include <sal/config.h> #include <sal/detail/log.h> -#include <sal/macros.h> #include <sal/saldllapi.h> #include <sal/types.h> -#include <sal/typesizes.h> #include <vcl/stdtext.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> |