]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/util/parse-branch-options.c
perf tools: Add missing headers, mostly stdlib.h
[linux.git] / tools / perf / util / parse-branch-options.c
index bd779d9f4d1eab5aae77814117fdd8ca7ea1220c..726e8d9e8c54a6d879a7791b869e639660df2ff7 100644 (file)
@@ -1,9 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0
 #include "perf.h"
-#include "util/util.h"
 #include "util/debug.h"
 #include <subcmd/parse-options.h>
 #include "util/parse-branch-options.h"
+#include <stdlib.h>
 
 #define BRANCH_OPT(n, m) \
        { .name = n, .mode = (m) }