summaryrefslogtreecommitdiffstats
path: root/external/zxing/inc/pch/precompiled_zxing.hxx
blob: 76d0c84fff1337e33293ece6db59f89bd7d750cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

/*
 This file has been autogenerated by update_pch.sh. It is possible to edit it
 manually (such as when an include file has been moved/renamed/removed). All such
 manual changes will be rewritten by the next run of update_pch.sh (which presumably
 also fixes all possible problems, so it's usually better to use it).

 Generated on 2021-11-03 15:03:28 using:
 ./bin/update_pch external/zxing zxing --cutoff=1 --exclude:system --include:module --include:local

 If after updating build fails, use the following command to locate conflicting headers:
 ./bin/update_pch_bisect ./external/zxing/inc/pch/precompiled_zxing.hxx "make external/zxing.build" --find-conflicts
*/

#include <sal/config.h>
#if PCH_LEVEL >= 1
#include <algorithm>
#include <array>
#include <cassert>
#include <cctype>
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <cwctype>
#include <fstream>
#include <functional>
#include <initializer_list>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <limits>
#include <list>
#include <map>
#include <memory>
#include <mutex>
#include <numeric>
#include <optional>
#include <sstream>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <unordered_set>
#include <utility>
#include <vector>
#endif // PCH_LEVEL >= 1
#if PCH_LEVEL >= 2
#endif // PCH_LEVEL >= 2
#if PCH_LEVEL >= 3
#include <aztec/AZReader.h>
#include <aztec/AZWriter.h>
#include <datamatrix/DMReader.h>
#include <datamatrix/DMWriter.h>
#include <maxicode/MCReader.h>
#include <oned/ODCodabarWriter.h>
#include <oned/ODCode128Writer.h>
#include <oned/ODCode39Writer.h>
#include <oned/ODCode93Writer.h>
#include <oned/ODEAN13Writer.h>
#include <oned/ODEAN8Writer.h>
#include <oned/ODITFWriter.h>
#include <oned/ODReader.h>
#include <oned/ODUPCAWriter.h>
#include <oned/ODUPCEWriter.h>
#include <pdf417/PDFReader.h>
#include <pdf417/PDFWriter.h>
#include <qrcode/QRErrorCorrectionLevel.h>
#include <qrcode/QRReader.h>
#include <qrcode/QRWriter.h>
#include <textcodec/Big5TextDecoder.h>
#include <textcodec/Big5TextEncoder.h>
#include <textcodec/GBTextDecoder.h>
#include <textcodec/GBTextEncoder.h>
#include <textcodec/JPTextDecoder.h>
#include <textcodec/JPTextEncoder.h>
#include <textcodec/KRTextDecoder.h>
#include <textcodec/KRTextEncoder.h>
#endif // PCH_LEVEL >= 3
#if PCH_LEVEL >= 4
#endif // PCH_LEVEL >= 4

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */