Skip to content

Commit dc2cfef

Browse files
captain5050acmel
authored andcommitted
perf parse-events: Remove unused header files
The fnmatch header is now used in the PMU matching logic in pmu.c. Signed-off-by: Ian Rogers <[email protected]> Acked-by: Namhyung Kim <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Gaosheng Cui <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: James Clark <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Kan Liang <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Rob Herring <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent f5d98b8 commit dc2cfef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/perf/util/parse-events.y

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@
99
#define YYDEBUG 1
1010

1111
#include <errno.h>
12-
#include <fnmatch.h>
13-
#include <stdio.h>
1412
#include <linux/compiler.h>
1513
#include <linux/types.h>
16-
#include <linux/zalloc.h>
1714
#include "pmu.h"
1815
#include "pmus.h"
1916
#include "evsel.h"

0 commit comments

Comments
 (0)