LibreOffice Module sot (master) 1
precompiled_sot.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:48:19 using:
17 ./bin/update_pch sot sot --cutoff=5 --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 ./sot/inc/pch/precompiled_sot.hxx "make sot.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 <limits>
29#include <memory>
30#include <new>
31#include <ostream>
32#include <string_view>
33#include <type_traits>
34#include <utility>
35#endif // PCH_LEVEL >= 1
36#if PCH_LEVEL >= 2
37#include <osl/endian.h>
38#include <osl/file.hxx>
39#include <osl/mutex.hxx>
40#include <rtl/alloc.h>
41#include <rtl/ref.hxx>
42#include <rtl/string.hxx>
43#include <rtl/stringconcat.hxx>
44#include <rtl/stringutils.hxx>
45#include <rtl/textenc.h>
46#include <rtl/ustrbuf.hxx>
47#include <rtl/ustring.h>
48#include <rtl/ustring.hxx>
49#include <sal/log.hxx>
50#include <sal/types.h>
51#include <vcl/dllapi.h>
53#endif // PCH_LEVEL >= 2
54#if PCH_LEVEL >= 3
55#include <com/sun/star/uno/Reference.hxx>
56#include <com/sun/star/uno/Sequence.hxx>
57#include <com/sun/star/uno/Type.h>
59#include <tools/ref.hxx>
60#include <tools/toolsdllapi.h>
62#endif // PCH_LEVEL >= 3
63#if PCH_LEVEL >= 4
64#include <sot/exchange.hxx>
65#include <sot/stg.hxx>
66#include <sot/storinfo.hxx>
67#endif // PCH_LEVEL >= 4
68
69/* vim:set shiftwidth=4 softtabstop=4 expandtab: */