Backed out "Compensate for header dethreading [mistakes]" mistakes in

alpha files too.
This commit is contained in:
Bruce Evans 2001-10-13 04:38:46 +00:00
parent 33bd457d91
commit 43ea907a42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84870
3 changed files with 0 additions and 4 deletions

View file

@ -21,7 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "defs.h"
#include <sys/types.h>
#include <sys/lock.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include <machine/frame.h>

View file

@ -32,7 +32,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/time.h>
#include <sys/proc.h>
#include <sys/user.h>

View file

@ -31,8 +31,6 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/user.h>
#include <sys/proc.h>
#include <sys/stat.h>