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
This commit is contained in:
emaste 2016-11-22 16:00:18 +00:00
parent d9d1d3bbaf
commit b7dd4ba67d

View File

@ -23,10 +23,6 @@ __FBSDID("$FreeBSD$");
#include <sys/exec.h> #include <sys/exec.h>
#include <sys/sysctl.h> #include <sys/sysctl.h>
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>