libdballe
9.6
dballe
pch
dballe_pch.h
1
// List of headers to precompile.
2
// See https://github.com/mesonbuild/meson/blob/master/docs/markdown/Precompiled-headers.md
3
//
4
// Hint: git grep -h '#include <'| sort | uniq -c | sort -n
5
//
6
// If you wish to compile your project without precompiled headers, you can
7
// change the value of the pch option by passing -Db_pch=false argument to
8
// Meson at configure time or later with meson configure.
9
//
10
// Note that adding a header here will have it always included when compiling.
11
// Turn off precompiled headers to check include consistency.
12
//
13
// Note also that changing one of the included headers will trigger a rebuild
14
// of everything.
15
16
#include <cstring>
17
#include <memory>
18
#include <vector>
19
#include <cstdlib>
20
#include <wreport/bulletin.h>
21
#include <string>
22
#include <
wreport/error.h
>
23
#include <functional>
24
#include <cstdio>
25
#include <wreport/var.h>
26
#include <sstream>
27
#include <algorithm>
28
#include <
wreport/varinfo.h
>
29
#include <iostream>
30
#include <cmath>
31
#include <wreport/notes.h>
32
#include <wreport/subset.h>
33
#include <unistd.h>
34
#include <map>
35
#include <wreport/utils/string.h>
36
#include <ostream>
37
#include <iosfwd>
38
#include <wreport/vartable.h>
39
#include <set>
40
#include <
wreport/conv.h
>
41
#include <unordered_set>
42
#include <limits>
43
#include <cstdarg>
44
#include <cctype>
45
#include <wreport/utils/sys.h>
46
#include <
wreport/codetables.h
>
47
#include <sys/types.h>
48
#include <stdexcept>
49
#include <iomanip>
50
#include <cassert>
codetables.h
conv.h
error.h
varinfo.h
Generated by
1.9.6