LibreOffice Module sal (master) 1
precompiled_sal.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-03-08 13:14:16 using:
17 ./bin/update_pch sal sal --cutoff=2 --exclude:system --exclude:module --include:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./sal/inc/pch/precompiled_sal.hxx "make sal.build" --find-conflicts
21*/
22
23#if defined(_WIN32)
24#define _CRT_RAND_S
25#endif
26
27#include <sal/config.h>
28#if PCH_LEVEL >= 1
29#include <algorithm>
30#include <assert.h>
31#include <cassert>
32#include <cstddef>
33#include <cstdlib>
34#include <cstring>
35#include <limits>
36#include <math.h>
37#include <memory>
38#include <stdio.h>
39#include <stdlib.h>
40#include <string.h>
41#include <unordered_map>
42#include <vector>
43#endif // PCH_LEVEL >= 1
44#if PCH_LEVEL >= 2
45#endif // PCH_LEVEL >= 2
46#if PCH_LEVEL >= 3
47#include <o3tl/safeint.hxx>
48#endif // PCH_LEVEL >= 3
49#if PCH_LEVEL >= 4
50#include <osl/diagnose.h>
51#include <osl/diagnose.hxx>
52#include <osl/endian.h>
53#include <osl/file.h>
54#include <osl/file.hxx>
55#include <osl/interlck.h>
56#include <osl/module.h>
57#include <osl/module.hxx>
58#include <osl/mutex.h>
59#include <osl/mutex.hxx>
60#include <osl/pipe.h>
61#include <osl/process.h>
62#include <osl/profile.hxx>
63#include <osl/security.hxx>
64#include <osl/signal.h>
65#include <osl/socket.h>
66#include <osl/thread.h>
67#include <osl/thread.hxx>
68#include <osl/time.h>
69#include <oslmemory.h>
70#include <oslrandom.h>
71#include <rtl/alloc.h>
72#include <rtl/bootstrap.h>
73#include <rtl/bootstrap.hxx>
74#include <rtl/byteseq.h>
75#include <rtl/byteseq.hxx>
76#include <rtl/character.hxx>
77#include <rtl/cipher.h>
78#include <rtl/crc.h>
79#include <rtl/digest.h>
80#include <rtl/instance.hxx>
81#include <rtl/locale.h>
82#include <rtl/malformeduriexception.hxx>
83#include <rtl/math.h>
84#include <rtl/math.hxx>
85#include <rtl/process.h>
86#include <rtl/random.h>
87#include <rtl/strbuf.h>
88#include <rtl/strbuf.hxx>
89#include <rtl/string.h>
90#include <rtl/string.hxx>
91#include <rtl/tencinfo.h>
92#include <rtl/textcvt.h>
93#include <rtl/textenc.h>
94#include <rtl/unload.h>
95#include <rtl/uri.h>
96#include <rtl/uri.hxx>
97#include <rtl/ustrbuf.h>
98#include <rtl/ustrbuf.hxx>
99#include <rtl/ustring.h>
100#include <rtl/ustring.hxx>
101#include <rtl/uuid.h>
102#include <rtllifecycle.h>
103#include <sal/alloca.h>
104#include <sal/detail/log.h>
105#include <sal/log.hxx>
106#include <sal/macros.h>
107#include <sal/mathconf.h>
108#include <sal/saldllapi.h>
109#include <sal/types.h>
110#include <salusesyslog.hxx>
111#endif // PCH_LEVEL >= 4
112
113/* vim:set shiftwidth=4 softtabstop=4 expandtab: */