LibreOffice Module connectivity (master) 1
precompiled_dbpool2.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:12:45 using:
17 ./bin/update_pch connectivity dbpool2 --cutoff=5 --exclude:system --include:module --exclude:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./connectivity/inc/pch/precompiled_dbpool2.hxx "make connectivity.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <algorithm>
26#include <cassert>
27#include <cstddef>
28#include <cstdlib>
29#include <cstring>
30#include <initializer_list>
31#include <iomanip>
32#include <limits>
33#include <new>
34#include <ostream>
35#include <stddef.h>
36#include <string.h>
37#include <string>
38#include <string_view>
39#include <type_traits>
40#include <utility>
41#endif // PCH_LEVEL >= 1
42#if PCH_LEVEL >= 2
43#include <osl/diagnose.h>
44#include <osl/interlck.h>
45#include <osl/mutex.h>
46#include <osl/mutex.hxx>
47#include <rtl/alloc.h>
48#include <rtl/ref.hxx>
49#include <rtl/string.h>
50#include <rtl/string.hxx>
51#include <rtl/stringconcat.hxx>
52#include <rtl/stringutils.hxx>
53#include <rtl/textcvt.h>
54#include <rtl/textenc.h>
55#include <rtl/ustrbuf.h>
56#include <rtl/ustrbuf.hxx>
57#include <rtl/ustring.h>
58#include <rtl/ustring.hxx>
59#include <sal/log.hxx>
60#include <sal/macros.h>
61#include <sal/saldllapi.h>
62#include <sal/types.h>
63#include <sal/typesizes.h>
64#endif // PCH_LEVEL >= 2
65#if PCH_LEVEL >= 3
66#include <com/sun/star/uno/Any.h>
67#include <com/sun/star/uno/Any.hxx>
68#include <com/sun/star/uno/Reference.h>
69#include <com/sun/star/uno/Reference.hxx>
70#include <com/sun/star/uno/RuntimeException.hpp>
71#include <com/sun/star/uno/Type.h>
72#include <com/sun/star/uno/Type.hxx>
73#include <com/sun/star/uno/TypeClass.hdl>
74#include <com/sun/star/uno/XInterface.hpp>
75#include <com/sun/star/uno/XWeak.hpp>
76#include <com/sun/star/uno/genfunc.h>
77#include <com/sun/star/uno/genfunc.hxx>
78#include <cppu/cppudllapi.h>
79#include <cppu/unotype.hxx>
83#include <typelib/typeclass.h>
84#include <typelib/typedescription.h>
85#include <typelib/uik.h>
86#include <uno/any2.h>
87#include <uno/data.h>
88#include <uno/sequence2.h>
89#endif // PCH_LEVEL >= 3
90#if PCH_LEVEL >= 4
91#endif // PCH_LEVEL >= 4
92
93/* vim:set shiftwidth=4 softtabstop=4 expandtab: */