Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf673343 authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo
Browse files

perf tools: Remove a few more needless includes from util.h

parent 391e4206
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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>