xref: /linux/tools/perf/ui/gtk/gtk.h (revision 26b0d14106954ae46d2f4f7eec3481828a210f7d)
1 #ifndef _PERF_GTK_H_
2 #define _PERF_GTK_H_ 1
3 
4 #pragma GCC diagnostic ignored "-Wstrict-prototypes"
5 #include <gtk/gtk.h>
6 #pragma GCC diagnostic error "-Wstrict-prototypes"
7 
8 #endif /* _PERF_GTK_H_ */
9