From 29eac4259adfd85e0f4946a1080bb9e3f8c0cc2e Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Fri, 5 Apr 2019 14:10:28 -0500 Subject: [PATCH] ppc32/64: remove unused includes --- arch/ppc/makecontext.c | 2 -- arch/ppc64/makecontext.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/arch/ppc/makecontext.c b/arch/ppc/makecontext.c index 0633c0f..7214a40 100644 --- a/arch/ppc/makecontext.c +++ b/arch/ppc/makecontext.c @@ -11,10 +11,8 @@ */ #define _GNU_SOURCE -#include #include #include -#include #include diff --git a/arch/ppc64/makecontext.c b/arch/ppc64/makecontext.c index 84d390a..2650f56 100644 --- a/arch/ppc64/makecontext.c +++ b/arch/ppc64/makecontext.c @@ -11,10 +11,8 @@ */ #define _GNU_SOURCE -#include #include #include -#include #include