remove needless inclusion of machine/cpu.h in userland

MFC after:	21 days
This commit is contained in:
Andriy Gapon 2013-07-28 18:35:43 +00:00
parent 366d8bfb7b
commit c722ec3a51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253749
8 changed files with 0 additions and 8 deletions

View file

@ -44,7 +44,6 @@ static const char rcsid[] =
#endif
#include <sys/sysctl.h>
#include <machine/cpu.h>
#include <machine/md_var.h>
#ifdef _STANDALONE

View file

@ -44,7 +44,6 @@ static const char rcsid[] =
#endif
#include <sys/sysctl.h>
#include <machine/cpu.h>
#include <machine/md_var.h>
#ifdef _STANDALONE

View file

@ -37,7 +37,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <machine/cpu.h>
#include <machine/atomic.h>
#include <machine/md_var.h>

View file

@ -37,7 +37,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <machine/cpu.h>
#include <machine/md_var.h>
#include "debug.h"

View file

@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$");
#include <syslog.h>
#include <sys/time.h>
#include <sys/param.h>
#include <machine/cpu.h>
#include <sys/sysctl.h>
#include "pathnames.h"

View file

@ -32,7 +32,6 @@
#include <sys/types.h>
#include <sys/ioctl.h>
#include <machine/cpu.h>
#include <machine/perfmon.h>
#include <stdio.h>

View file

@ -43,7 +43,6 @@
#include <sys/proc.h>
#include <machine/bus.h>
#include <machine/cpu.h>
#include <machine/stdarg.h>
#include <cam/cam.h>

View file

@ -57,7 +57,6 @@ static const char sccsid[] = "@(#)w.c 8.4 (Berkeley) 4/16/94";
#include <sys/socket.h>
#include <sys/tty.h>
#include <machine/cpu.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>