hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/tools/perf/util/c++/clang-c.h
....@@ -3,7 +3,6 @@
33 #define PERF_UTIL_CLANG_C_H
44
55 #include <stddef.h> /* for size_t */
6
-#include <util-cxx.h> /* for __maybe_unused */
76
87 #ifdef __cplusplus
98 extern "C" {
....@@ -22,6 +21,7 @@
2221 #else
2322
2423 #include <errno.h>
24
+#include <linux/compiler.h> /* for __maybe_unused */
2525
2626 static inline void perf_clang__init(void) { }
2727 static inline void perf_clang__cleanup(void) { }