LibreOffice Module desktop (master) 1
precompiled_deploymentmisc.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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 */
9
10/*
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).
15
16 Generated on 2021-04-11 19:47:50 using:
17 ./bin/update_pch desktop deploymentmisc --cutoff=3 --exclude:system --exclude:module --exclude:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./desktop/inc/pch/precompiled_deploymentmisc.hxx "make desktop.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <cassert>
26#include <cstddef>
27#include <cstdlib>
28#include <memory>
29#include <sstream>
30#include <string>
31#include <string_view>
32#include <utility>
33#include <vector>
34#endif // PCH_LEVEL >= 1
35#if PCH_LEVEL >= 2
36#include <osl/diagnose.h>
37#include <osl/doublecheckedlocking.h>
38#include <osl/getglobalmutex.hxx>
39#include <osl/interlck.h>
40#include <osl/pipe.hxx>
41#include <osl/security.hxx>
42#include <osl/thread.hxx>
43#include <osl/time.h>
44#include <rtl/alloc.h>
45#include <rtl/bootstrap.hxx>
46#include <rtl/digest.h>
47#include <rtl/instance.hxx>
48#include <rtl/locale.h>
49#include <rtl/random.h>
50#include <rtl/ref.hxx>
51#include <rtl/uri.hxx>
52#include <rtl/ustrbuf.hxx>
53#include <rtl/ustring.hxx>
54#include <sal/detail/log.h>
55#include <sal/log.hxx>
56#include <sal/saldllapi.h>
57#include <sal/types.h>
58#endif // PCH_LEVEL >= 2
59#if PCH_LEVEL >= 3
60#include <com/sun/star/lang/XTypeProvider.hpp>
61#include <com/sun/star/ucb/XCommandEnvironment.hpp>
62#include <com/sun/star/uno/Any.h>
63#include <com/sun/star/uno/Reference.hxx>
64#include <com/sun/star/uno/Sequence.h>
65#include <com/sun/star/uno/Sequence.hxx>
66#include <com/sun/star/uno/Type.h>
67#include <com/sun/star/uno/XWeak.hpp>
68#include <com/sun/star/uno/genfunc.hxx>
71#include <cppu/unotype.hxx>
75#include <cppuhelper/weak.hxx>
77#include <typelib/typedescription.h>
78#include <uno/data.h>
79#endif // PCH_LEVEL >= 3
80#if PCH_LEVEL >= 4
82#include <dp_misc_api.hxx>
83#include <dp_version.hxx>
84#endif // PCH_LEVEL >= 4
85
86/* vim:set shiftwidth=4 softtabstop=4 expandtab: */