diff options
author | emaste <emaste@FreeBSD.org> | 2016-11-29 01:08:09 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2016-11-29 01:08:09 +0000 |
commit | c51f6787a647166396feff008bf0bb630bedf8fc (patch) | |
tree | 90cde985d8158b01b59b9b0b84fd1097eeab7d5a /lib/libc | |
parent | 2f34809ed75d524076223fda20618dfb59a02802 (diff) | |
download | FreeBSD-src-c51f6787a647166396feff008bf0bb630bedf8fc.zip FreeBSD-src-c51f6787a647166396feff008bf0bb630bedf8fc.tar.gz |
MFC r309006: remove unnecessary vm includes from setproctitle
vm headers were needed only for the PS_STRINGS fallback, which was
removed in r297888.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/setproctitle.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/gen/setproctitle.c b/lib/libc/gen/setproctitle.c index f934aea..fd87c35 100644 --- a/lib/libc/gen/setproctitle.c +++ b/lib/libc/gen/setproctitle.c @@ -23,10 +23,6 @@ __FBSDID("$FreeBSD$"); #include <sys/exec.h> #include <sys/sysctl.h> -#include <vm/vm.h> -#include <vm/vm_param.h> -#include <vm/pmap.h> - #include <stdio.h> #include <string.h> #include <stdlib.h> |