aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/record.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/record.c')
-rw-r--r--tools/perf/util/record.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/record.c b/tools/perf/util/record.c
index 286fe816c0f3..8a015fc0aba0 100644
--- a/tools/perf/util/record.c
+++ b/tools/perf/util/record.c
@@ -2,7 +2,6 @@
2#include "debug.h" 2#include "debug.h"
3#include "evlist.h" 3#include "evlist.h"
4#include "evsel.h" 4#include "evsel.h"
5#include "cpumap.h"
6#include "parse-events.h" 5#include "parse-events.h"
7#include <errno.h> 6#include <errno.h>
8#include <limits.h> 7#include <limits.h>
@@ -10,7 +9,6 @@
10#include <api/fs/fs.h> 9#include <api/fs/fs.h>
11#include <subcmd/parse-options.h> 10#include <subcmd/parse-options.h>
12#include <perf/cpumap.h> 11#include <perf/cpumap.h>
13#include "util.h"
14#include "cloexec.h" 12#include "cloexec.h"
15#include "record.h" 13#include "record.h"
16#include "../perf-sys.h" 14#include "../perf-sys.h"