1 parent 78630c8 commit daf5688Copy full SHA for daf5688
1 file changed
src/kwin_compat.hpp
@@ -6,16 +6,16 @@
6
*/
7
8
9
-#include "kwin_version.hpp"
+#include "kwin_version.hpp" // IWYU pragma: export
10
11
#if defined(BETTERBLUR_X11)
12
-# include "kwin_compat_x11.hpp"
+# include "kwin_compat_x11.hpp" // IWYU pragma: export
13
#endif
14
15
#if KWIN_VERSION < KWIN_VERSION_CODE(6, 5, 80)
16
-# include "kwin_compat_6_5.hpp"
+# include "kwin_compat_6_5.hpp" // IWYU pragma: export
17
18
19
#if KWIN_VERSION < KWIN_VERSION_CODE(6, 6, 80)
20
-# include "kwin_compat_6_6.hpp"
+# include "kwin_compat_6_6.hpp" // IWYU pragma: export
21
0 commit comments