android: Update app-specific/MIME type icons
[LibreOffice.git] / basegfx / inc / pch / precompiled_basegfx.hxx
blob177b0c98e572263e8bf3422c440b1b2b4022bc7c
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 2021-03-08 13:11:34 using:
17 ./bin/update_pch basegfx basegfx --cutoff=3 --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 ./basegfx/inc/pch/precompiled_basegfx.hxx "make basegfx.build" --find-conflicts
23 #include <sal/config.h>
24 #if PCH_LEVEL >= 1
25 #include <algorithm>
26 #include <cassert>
27 #include <cstddef>
28 #include <limits>
29 #include <memory>
30 #include <numeric>
31 #include <ostream>
32 #include <string_view>
33 #include <vector>
34 #endif // PCH_LEVEL >= 1
35 #if PCH_LEVEL >= 2
36 #include <osl/diagnose.h>
37 #include <osl/interlck.h>
38 #include <rtl/character.hxx>
39 #include <rtl/math.hxx>
40 #include <rtl/strbuf.hxx>
41 #include <rtl/string.hxx>
42 #include <rtl/stringconcat.hxx>
43 #include <rtl/stringutils.hxx>
44 #include <rtl/ustring.hxx>
45 #include <sal/log.hxx>
46 #include <sal/types.h>
47 #endif // PCH_LEVEL >= 2
48 #if PCH_LEVEL >= 3
49 #include <o3tl/cow_wrapper.hxx>
50 #endif // PCH_LEVEL >= 3
51 #if PCH_LEVEL >= 4
52 #include <basegfx/basegfxdllapi.h>
53 #include <basegfx/color/bcolor.hxx>
54 #include <basegfx/curve/b2dcubicbezier.hxx>
55 #include <basegfx/matrix/b2dhommatrix.hxx>
56 #include <basegfx/matrix/b2dhommatrixtools.hxx>
57 #include <basegfx/matrix/b3dhommatrix.hxx>
58 #include <basegfx/numeric/ftools.hxx>
59 #include <basegfx/point/b2dpoint.hxx>
60 #include <basegfx/point/b3dpoint.hxx>
61 #include <basegfx/polygon/b2dpolygon.hxx>
62 #include <basegfx/polygon/b2dpolygoncutandtouch.hxx>
63 #include <basegfx/polygon/b2dpolygontools.hxx>
64 #include <basegfx/polygon/b2dpolypolygon.hxx>
65 #include <basegfx/polygon/b2dpolypolygoncutter.hxx>
66 #include <basegfx/polygon/b2dpolypolygontools.hxx>
67 #include <basegfx/polygon/b3dpolygon.hxx>
68 #include <basegfx/polygon/b3dpolypolygon.hxx>
69 #include <basegfx/range/b2drange.hxx>
70 #include <basegfx/range/b2irange.hxx>
71 #include <basegfx/range/b3drange.hxx>
72 #include <basegfx/tuple/b2dtuple.hxx>
73 #include <basegfx/tuple/b2ituple.hxx>
74 #include <basegfx/tuple/b3dtuple.hxx>
75 #include <basegfx/utils/systemdependentdata.hxx>
76 #include <basegfx/vector/b2dvector.hxx>
77 #include <basegfx/vector/b3dvector.hxx>
78 #endif // PCH_LEVEL >= 4
80 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */