nss: upgrade to release 3.73
[LibreOffice.git] / emfio / inc / pch / precompiled_emfio.hxx
blobcc1b82e0100a5effaa5d46da465a0768dcaf7f0a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
11 This file has been autogenerated by update_pch.sh. It is possible to edit it
12 manually (such as when an include file has been moved/renamed/removed). All such
13 manual changes will be rewritten by the next run of update_pch.sh (which presumably
14 also fixes all possible problems, so it's usually better to use it).
16 Generated on 2020-09-21 15:21:15 using:
17 ./bin/update_pch emfio emfio --cutoff=8 --exclude:system --exclude:module --include:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./emfio/inc/pch/precompiled_emfio.hxx "make emfio.build" --find-conflicts
23 #if PCH_LEVEL >= 1
24 #include <memory>
25 #include <vector>
26 #endif // PCH_LEVEL >= 1
27 #if PCH_LEVEL >= 2
28 #include <osl/diagnose.h>
29 #include <osl/endian.h>
30 #include <osl/mutex.hxx>
31 #include <osl/thread.h>
32 #include <rtl/crc.h>
33 #include <rtl/instance.hxx>
34 #include <rtl/ref.hxx>
35 #include <rtl/string.hxx>
36 #include <rtl/tencinfo.h>
37 #include <rtl/ustring.hxx>
38 #include <sal/config.h>
39 #include <sal/log.hxx>
40 #include <sal/types.h>
41 #include <vcl/bitmapex.hxx>
42 #include <vcl/dllapi.h>
43 #endif // PCH_LEVEL >= 2
44 #if PCH_LEVEL >= 3
45 #include <salhelper/simplereferenceobject.hxx>
46 #include <tools/gen.hxx>
47 #endif // PCH_LEVEL >= 3
48 #if PCH_LEVEL >= 4
49 #endif // PCH_LEVEL >= 4
51 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */