Skip to content

Commit

Permalink
perf tools: Remove a few more needless includes from util.h
Browse files Browse the repository at this point in the history
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
  • Loading branch information
acmel committed Apr 24, 2017
1 parent 391e420 commit bf67334
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/perf/util/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@
#include <unistd.h>
#include <stdio.h>
#include <sys/stat.h>
#include <sys/statfs.h>
#include <fcntl.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <sys/types.h>
#include <assert.h>
#include <sys/wait.h>
#include <poll.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <linux/types.h>

Expand Down

0 comments on commit bf67334

Please sign in to comment.