x86: Move call to print_modules() out of show_regs()
[deliverable/linux.git] / tools / perf / ui / gtk / gtk.h
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_ */
This page took 0.03159 seconds and 5 git commands to generate.