kernel/tools/perf/tests/attr.c
.. .. @@ -30,8 +30,9 @@ 30 30 #include <sys/types.h> 31 31 #include <sys/stat.h> 32 32 #include <unistd.h> 33 -#include "../perf.h"34 33 #include <subcmd/exec-cmd.h> 34 +#include "event.h"35 +#include "util.h"35 36 #include "tests.h" 36 37 37 38 #define ENV "PERF_TEST_ATTR" .. .. @@ -182,7 +183,7 @@ 182 183 char path_perf[PATH_MAX]; 183 184 char path_dir[PATH_MAX]; 184 185 185 - /* First try developement tree tests. */186 + /* First try development tree tests. */186 187 if (!lstat("./tests", &st)) 187 188 return run_dir("./tests", "./perf"); 188 189