Teach symstore more duplicated DLLs
[LibreOffice.git] / dbaccess / inc / pch / precompiled_sdbt.hxx
blob3c7abb34373df8c4fcb4378a9987e7ffab76922e
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 2019-04-29 21:18:38 using:
17 ./bin/update_pch dbaccess sdbt --cutoff=1 --exclude:system --include:module --exclude:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./dbaccess/inc/pch/precompiled_sdbt.hxx "make dbaccess.build" --find-conflicts
23 #if PCH_LEVEL >= 1
24 #include <algorithm>
25 #include <memory>
26 #endif // PCH_LEVEL >= 1
27 #if PCH_LEVEL >= 2
28 #include <osl/diagnose.h>
29 #include <rtl/ustrbuf.hxx>
30 #endif // PCH_LEVEL >= 2
31 #if PCH_LEVEL >= 3
32 #include <com/sun/star/sdb/CommandType.hpp>
33 #include <com/sun/star/sdb/ErrorCondition.hpp>
34 #include <com/sun/star/sdb/XQueriesSupplier.hpp>
35 #include <com/sun/star/sdb/tools/CompositionType.hpp>
36 #include <com/sun/star/sdbcx/XTablesSupplier.hpp>
37 #include <comphelper/namedvaluecollection.hxx>
38 #include <connectivity/dbmetadata.hxx>
39 #include <connectivity/dbtools.hxx>
40 #include <connectivity/sqlerror.hxx>
41 #include <connectivity/statementcomposer.hxx>
42 #include <cppuhelper/exc_hlp.hxx>
43 #include <cppuhelper/factory.hxx>
44 #include <cppuhelper/supportsservice.hxx>
45 #include <tools/diagnose_ex.h>
46 #endif // PCH_LEVEL >= 3
47 #if PCH_LEVEL >= 4
48 #endif // PCH_LEVEL >= 4
50 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */