Bump version to 6.4.7.2.M8
[LibreOffice.git] / external / libmwaw / inc / pch / precompiled_mwaw.hxx
blob02f73c16688bd2c43dc6737326b52173291a2f9a
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-05-18 14:37:42 using:
17 ./bin/update_pch external/libmwaw mwaw --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/libmwaw\inc\pch\precompiled_mwaw.hxx "make external/libmwaw.build" --find-conflicts
23 #if PCH_LEVEL >= 1
24 #include <algorithm>
25 #include <cmath>
26 #include <cstdarg>
27 #include <cstdio>
28 #include <cstdlib>
29 #include <cstring>
30 #include <ctime>
31 #include <ctype.h>
32 #include <iomanip>
33 #include <iostream>
34 #include <limits>
35 #include <locale.h>
36 #include <map>
37 #include <memory>
38 #include <set>
39 #include <sstream>
40 #include <stack>
41 #include <string.h>
42 #include <string>
43 #include <time.h>
44 #include <utility>
45 #include <vector>
46 #endif // PCH_LEVEL >= 1
47 #if PCH_LEVEL >= 2
48 #endif // PCH_LEVEL >= 2
49 #if PCH_LEVEL >= 3
50 #include <libmwaw/libmwaw.hxx>
51 #include <librevenge-stream/librevenge-stream.h>
52 #include <librevenge/librevenge.h>
53 #endif // PCH_LEVEL >= 3
54 #if PCH_LEVEL >= 4
55 #endif // PCH_LEVEL >= 4
57 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */