cyclictest: remove inclusion of unnecessary headers

The following three headers seem to be unnecessary,
and do not exist on FreeBSD.

Remove them.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
Marcelo Tosatti 2023-05-30 14:02:54 -03:00 committed by John Kacur
parent eb18c75481
commit 4ad6aa8141
1 changed files with 0 additions and 3 deletions

View File

@ -22,11 +22,8 @@
#include <time.h>
#include <errno.h>
#include <limits.h>
#include <linux/unistd.h>
#include <sys/prctl.h>
#include <sys/stat.h>
#include <sys/sysinfo.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>