From b7dd4ba67db169ac5cfd3a4ed0ca4e988c27585f Mon Sep 17 00:00:00 2001 From: emaste Date: Tue, 22 Nov 2016 16:00:18 +0000 Subject: [PATCH] remove unnecessary vm includes from setproctitle vm headers were needed only for the PS_STRINGS fallback, which was removed in r297888. MFC after: 1 week Sponsored by: The FreeBSD Foundation --- lib/libc/gen/setproctitle.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/libc/gen/setproctitle.c b/lib/libc/gen/setproctitle.c index f934aeaf1753..fd87c3507153 100644 --- a/lib/libc/gen/setproctitle.c +++ b/lib/libc/gen/setproctitle.c @@ -23,10 +23,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include -#include -#include - #include #include #include