1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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/.
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-05-18 14:55:22 using:
17 ./bin/update_pch external/libcmis libcmis --cutoff=1 --exclude:system --include:module --include:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./external/libcmis/inc/pch/precompiled_libcmis.hxx "make external/libcmis.build" --find-conflicts
32 #include <boost/algorithm/string.hpp>
33 #include <boost/date_time.hpp>
34 #include <boost/date_time/posix_time/posix_time.hpp>
35 #include <boost/property_tree/json_parser.hpp>
36 #include <boost/property_tree/ptree.hpp>
37 #include <boost/shared_ptr.hpp>
38 #include <boost/uuid/uuid_generators.hpp>
39 #include <boost/uuid/uuid_io.hpp>
40 #include <boost/version.hpp>
41 #endif // PCH_LEVEL >= 1
43 #endif // PCH_LEVEL >= 2
45 #include <curl/curl.h>
46 #include <libcmis/allowable-actions.hxx>
47 #include <libcmis/document.hxx>
48 #include <libcmis/exception.hxx>
49 #include <libcmis/folder.hxx>
50 #include <libcmis/oauth2-data.hxx>
51 #include <libcmis/object-type.hxx>
52 #include <libcmis/object.hxx>
53 #include <libcmis/property-type.hxx>
54 #include <libcmis/property.hxx>
55 #include <libcmis/rendition.hxx>
56 #include <libcmis/repository.hxx>
57 #include <libcmis/session-factory.hxx>
58 #include <libcmis/session.hxx>
59 #include <libcmis/xml-utils.hxx>
60 #include <libxml/HTMLparser.h>
61 #include <libxml/parser.h>
62 #include <libxml/tree.h>
63 #include <libxml/xmlreader.h>
64 #include <libxml/xmlstring.h>
65 #include <libxml/xpath.h>
66 #endif // PCH_LEVEL >= 3
68 #endif // PCH_LEVEL >= 4
70 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */