|
1 | 1 | #pragma once // No BOM and only basic ASCII in this header, or a neko will die |
2 | 2 |
|
3 | | -#include "util/types.hpp" |
4 | | -#include "util/atomic.hpp" |
5 | | -#include "util/endian.hpp" |
6 | | -#include "Utilities/Config.h" |
7 | | -#include "Utilities/StrFmt.h" |
8 | | -#include "Utilities/File.h" |
9 | | -#include "util/logs.hpp" |
10 | | -#include "util/shared_ptr.hpp" |
11 | | -#include "util/typeindices.hpp" |
12 | | -#include "util/fixed_typemap.hpp" |
13 | | -#include "util/auto_typemap.hpp" |
| 3 | +#include "util/types.hpp" // IWYU pragma: export |
| 4 | +#include "util/atomic.hpp" // IWYU pragma: export |
| 5 | +#include "util/endian.hpp" // IWYU pragma: export |
| 6 | +#include "Utilities/Config.h" // IWYU pragma: export |
| 7 | +#include "Utilities/StrFmt.h" // IWYU pragma: export |
| 8 | +#include "Utilities/File.h" // IWYU pragma: export |
| 9 | +#include "util/logs.hpp" // IWYU pragma: export |
| 10 | +#include "util/shared_ptr.hpp" // IWYU pragma: export |
| 11 | +#include "util/typeindices.hpp" // IWYU pragma: export |
| 12 | +#include "util/fixed_typemap.hpp" // IWYU pragma: export |
| 13 | +#include "util/auto_typemap.hpp" // IWYU pragma: export |
14 | 14 |
|
15 | | -#include <cstdlib> |
16 | | -#include <cstring> |
17 | | -#include <string> |
18 | | -#include <memory> |
19 | | -#include <vector> |
20 | | -#include <array> |
21 | | -#include <functional> |
22 | | -#include <unordered_map> |
23 | | -#include <algorithm> |
24 | | -#include <string_view> |
| 15 | +#include <cstdlib> // IWYU pragma: export |
| 16 | +#include <cstring> // IWYU pragma: export |
| 17 | +#include <string> // IWYU pragma: export |
| 18 | +#include <memory> // IWYU pragma: export |
| 19 | +#include <vector> // IWYU pragma: export |
| 20 | +#include <array> // IWYU pragma: export |
| 21 | +#include <functional> // IWYU pragma: export |
| 22 | +#include <unordered_map> // IWYU pragma: export |
| 23 | +#include <algorithm> // IWYU pragma: export |
| 24 | +#include <string_view> // IWYU pragma: export |
0 commit comments