File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 27
27
//
28
28
// Author: Ken Oslund
29
29
30
+ // This header declares template specializations, and thus its use may
31
+ // not be visible to inclusion analysis tools, but we must retain it.
32
+ // IWYU pragma: always_keep
33
+
30
34
#ifndef PYBIND11_ABSEIL_ABSL_CASTERS_H_
31
35
#define PYBIND11_ABSEIL_ABSL_CASTERS_H_
32
36
Original file line number Diff line number Diff line change 14
14
// For details, see the README.md.
15
15
//
16
16
// Author: Ken Oslund (kenoslund@)
17
+
18
+ // This header declares template specializations, and thus its use may
19
+ // not be visible to inclusion analysis tools, but we must retain it.
20
+ // IWYU pragma: always_keep
21
+
17
22
#ifndef PYBIND11_ABSEIL_STATUS_CASTERS_H_
18
23
#define PYBIND11_ABSEIL_STATUS_CASTERS_H_
19
24
20
- #include "pybind11_abseil/status_caster.h"
21
- #include "pybind11_abseil/statusor_caster.h"
22
- #include "pybind11_abseil/import_status_module.h"
25
+ #include "pybind11_abseil/status_caster.h" // IWYU pragma: export
26
+ #include "pybind11_abseil/statusor_caster.h" // IWYU pragma: export
27
+ #include "pybind11_abseil/import_status_module.h" // IWYU pragma: export
23
28
24
29
#endif // PYBIND11_ABSEIL_STATUS_CASTERS_H_
You can’t perform that action at this time.
0 commit comments