kernel/tools/perf/ui/browsers/header.c
.. .. @@ -1,6 +1,4 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 -#include "util/cache.h"3 -#include "util/debug.h"4 2 #include "ui/browser.h" 5 3 #include "ui/keysyms.h" 6 4 #include "ui/ui.h" .. .. @@ -35,7 +33,7 @@ 35 33 { 36 34 int key; 37 35 unsigned long offset; 38 - const char help[] =36 + static const char help[] =39 37 "h/?/F1 Show this window\n" 40 38 "UP/DOWN/PGUP\n" 41 39 "PGDN/SPACE\n"