bump product version to 7.2.5.1
[LibreOffice.git] / svgio / inc / pch / precompiled_svgio.hxx
blobc9e284ca20624bd86a4dc2962f837bb4f6790642
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-04-11 19:48:19 using:
17 ./bin/update_pch svgio svgio --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 ./svgio/inc/pch/precompiled_svgio.hxx "make svgio.build" --find-conflicts
23 #include <sal/config.h>
24 #if PCH_LEVEL >= 1
25 #include <memory>
26 #include <ostream>
27 #include <string_view>
28 #include <vector>
29 #endif // PCH_LEVEL >= 1
30 #if PCH_LEVEL >= 2
31 #include <osl/diagnose.h>
32 #include <osl/endian.h>
33 #include <rtl/instance.hxx>
34 #include <rtl/math.hxx>
35 #include <rtl/ref.hxx>
36 #include <rtl/uri.hxx>
37 #include <rtl/ustring.hxx>
38 #include <sal/log.hxx>
39 #include <sal/types.h>
40 #endif // PCH_LEVEL >= 2
41 #if PCH_LEVEL >= 3
42 #include <basegfx/basegfxdllapi.h>
43 #include <basegfx/color/bcolor.hxx>
44 #include <basegfx/matrix/b2dhommatrix.hxx>
45 #include <basegfx/point/b2dpoint.hxx>
46 #include <basegfx/polygon/b2dpolygon.hxx>
47 #include <basegfx/polygon/b2dpolygontools.hxx>
48 #include <basegfx/polygon/b2dpolypolygon.hxx>
49 #include <basegfx/polygon/b2dpolypolygontools.hxx>
50 #include <basegfx/polygon/b3dpolypolygon.hxx>
51 #include <basegfx/range/b2drange.hxx>
52 #include <com/sun/star/drawing/PointSequenceSequence.hpp>
53 #include <drawinglayer/drawinglayerdllapi.h>
54 #include <drawinglayer/primitive2d/Primitive2DContainer.hxx>
55 #include <drawinglayer/primitive2d/baseprimitive2d.hxx>
56 #include <drawinglayer/primitive2d/groupprimitive2d.hxx>
57 #include <o3tl/cow_wrapper.hxx>
58 #include <o3tl/sorted_vector.hxx>
59 #include <tools/fontenum.hxx>
60 #include <tools/toolsdllapi.h>
61 #endif // PCH_LEVEL >= 3
62 #if PCH_LEVEL >= 4
63 #include <svgdocument.hxx>
64 #include <svgnode.hxx>
65 #include <svgpaint.hxx>
66 #include <svgstyleattributes.hxx>
67 #endif // PCH_LEVEL >= 4
69 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */