Skip to content

Commit daf5688

Browse files
committed
compat: export internal headers for IWYU/clangd
Signed-off-by: Xarblu <xarblu@protonmail.com>
1 parent 78630c8 commit daf5688

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/kwin_compat.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
*/
77

88

9-
#include "kwin_version.hpp"
9+
#include "kwin_version.hpp" // IWYU pragma: export
1010

1111
#if defined(BETTERBLUR_X11)
12-
# include "kwin_compat_x11.hpp"
12+
# include "kwin_compat_x11.hpp" // IWYU pragma: export
1313
#endif
1414

1515
#if KWIN_VERSION < KWIN_VERSION_CODE(6, 5, 80)
16-
# include "kwin_compat_6_5.hpp"
16+
# include "kwin_compat_6_5.hpp" // IWYU pragma: export
1717
#endif
1818

1919
#if KWIN_VERSION < KWIN_VERSION_CODE(6, 6, 80)
20-
# include "kwin_compat_6_6.hpp"
20+
# include "kwin_compat_6_6.hpp" // IWYU pragma: export
2121
#endif

0 commit comments

Comments
 (0)