Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / tools / inc / pch / precompiled_tl.hxx
blobc9331f215fddea976ae3a69b0029c364f19d7d5f
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 2017-09-20 22:55:34 using:
17 ./bin/update_pch tools tl --cutoff=5 --exclude:system --exclude:module --exclude:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./tools/inc/pch/precompiled_tl.hxx "make tools.build" --find-conflicts
23 #include <algorithm>
24 #include <cassert>
25 #include <cstddef>
26 #include <cstdlib>
27 #include <cstring>
28 #include <limits.h>
29 #include <new>
30 #include <ostream>
31 #include <stddef.h>
32 #include <string.h>
33 #include <vector>
34 #include <boost/math/common_factor_rt.hpp>
35 #include <boost/optional/optional.hpp>
36 #include <boost/rational.hpp>
37 #include <osl/diagnose.h>
38 #include <osl/endian.h>
39 #include <osl/file.hxx>
40 #include <osl/interlck.h>
41 #include <osl/process.h>
42 #include <osl/thread.h>
43 #include <rtl/alloc.h>
44 #include <rtl/bootstrap.hxx>
45 #include <rtl/character.hxx>
46 #include <rtl/crc.h>
47 #include <rtl/math.hxx>
48 #include <rtl/strbuf.hxx>
49 #include <rtl/string.h>
50 #include <rtl/string.hxx>
51 #include <rtl/stringutils.hxx>
52 #include <rtl/tencinfo.h>
53 #include <rtl/textcvt.h>
54 #include <rtl/textenc.h>
55 #include <rtl/uri.hxx>
56 #include <rtl/ustrbuf.h>
57 #include <rtl/ustrbuf.hxx>
58 #include <rtl/ustring.h>
59 #include <rtl/ustring.hxx>
60 #include <sal/config.h>
61 #include <sal/log.hxx>
62 #include <sal/macros.h>
63 #include <sal/saldllapi.h>
64 #include <sal/types.h>
65 #include <sal/typesizes.h>
66 #include <basegfx/basegfxdllapi.h>
67 #include <basegfx/range/b2drange.hxx>
68 #include <basegfx/tuple/b2dtuple.hxx>
69 #include <basegfx/vector/b2enums.hxx>
70 #include <o3tl/cow_wrapper.hxx>
71 #include <tools/debug.hxx>
72 #include <tools/gen.hxx>
73 #include <tools/stream.hxx>
74 #include <tools/toolsdllapi.h>
76 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */