From d107b520aeb3fa554244c31eb47d8cf9def01e0d Mon Sep 17 00:00:00 2001 From: Michael Tuexen <tuexen@fh-muenster.de> Date: Wed, 15 Jun 2016 23:42:42 +0200 Subject: [PATCH] More headers not used anymore. Sponsored by: Netflix --- gtests/net/packetdrill/packetdrill.c | 3 --- gtests/net/packetdrill/run_system_call.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/gtests/net/packetdrill/packetdrill.c b/gtests/net/packetdrill/packetdrill.c index 8d726ca8..93620ff2 100644 --- a/gtests/net/packetdrill/packetdrill.c +++ b/gtests/net/packetdrill/packetdrill.c @@ -33,9 +33,6 @@ #endif #include <stdlib.h> #include <string.h> -#if defined(linux) -#include <sys/prctl.h> -#endif #include <unistd.h> #include "config.h" #include "parse.h" diff --git a/gtests/net/packetdrill/run_system_call.c b/gtests/net/packetdrill/run_system_call.c index e5ee89a7..93560daa 100644 --- a/gtests/net/packetdrill/run_system_call.c +++ b/gtests/net/packetdrill/run_system_call.c @@ -39,9 +39,6 @@ #include <stdlib.h> #include <string.h> #include <sys/ioctl.h> -#if defined(linux) -#include <sys/prctl.h> -#endif #if defined(__FreeBSD__) #include <kvm.h> #include <sys/sysctl.h> -- GitLab