Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / zxing / inc / pch / precompiled_zxing.hxx
blob5874187192acfdc5b2d6357903a000c64435ac69
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 2023-02-24 12:48:45 using:
17 ./bin/update_pch external/zxing zxing --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/zxing/inc/pch/precompiled_zxing.hxx "make external/zxing.build" --find-conflicts
23 #include <sal/config.h>
24 #if PCH_LEVEL >= 1
25 #include <algorithm>
26 #include <array>
27 #include <cassert>
28 #include <cctype>
29 #include <cmath>
30 #include <cstddef>
31 #include <cstdint>
32 #include <cstdlib>
33 #include <cstring>
34 #include <fstream>
35 #include <functional>
36 #include <initializer_list>
37 #include <iomanip>
38 #include <iterator>
39 #include <limits>
40 #include <list>
41 #include <map>
42 #include <memory>
43 #include <mutex>
44 #include <numeric>
45 #include <optional>
46 #include <sstream>
47 #include <stdexcept>
48 #include <string>
49 #include <unordered_set>
50 #include <utility>
51 #include <vector>
52 #endif // PCH_LEVEL >= 1
53 #if PCH_LEVEL >= 2
54 #endif // PCH_LEVEL >= 2
55 #if PCH_LEVEL >= 3
56 #include <aztec/AZReader.h>
57 #include <aztec/AZWriter.h>
58 #include <datamatrix/DMReader.h>
59 #include <datamatrix/DMWriter.h>
60 #include <libzueci/zueci.h>
61 #include <maxicode/MCReader.h>
62 #include <oned/ODCodabarWriter.h>
63 #include <oned/ODCode128Writer.h>
64 #include <oned/ODCode39Writer.h>
65 #include <oned/ODCode93Writer.h>
66 #include <oned/ODEAN13Writer.h>
67 #include <oned/ODEAN8Writer.h>
68 #include <oned/ODITFWriter.h>
69 #include <oned/ODReader.h>
70 #include <oned/ODUPCAWriter.h>
71 #include <oned/ODUPCEWriter.h>
72 #include <pdf417/PDFReader.h>
73 #include <pdf417/PDFWriter.h>
74 #include <qrcode/QRErrorCorrectionLevel.h>
75 #include <qrcode/QRReader.h>
76 #include <qrcode/QRWriter.h>
77 #endif // PCH_LEVEL >= 3
78 #if PCH_LEVEL >= 4
79 #endif // PCH_LEVEL >= 4
81 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */