diff options
author | 2011-06-06 14:23:26 +0000 | |
---|---|---|
committer | 2011-06-06 14:23:26 +0000 | |
commit | 0264fece301429bc635eae667b3b5e379799bf5a (patch) | |
tree | d6b2b8db8de20bb93854234f1d84b6514f671985 | |
parent | Fix whitespace and use #ifdef TRAPDEBUG instead of #if 0. (diff) | |
download | wireguard-openbsd-0264fece301429bc635eae667b3b5e379799bf5a.tar.xz wireguard-openbsd-0264fece301429bc635eae667b3b5e379799bf5a.zip |
Sort includes.
-rw-r--r-- | sys/arch/hppa/hppa/genassym.cf | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/hppa/hppa/genassym.cf b/sys/arch/hppa/hppa/genassym.cf index a5690d283d5..40acae0a2c1 100644 --- a/sys/arch/hppa/hppa/genassym.cf +++ b/sys/arch/hppa/hppa/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.42 2010/12/30 14:30:12 jsing Exp $ +# $OpenBSD: genassym.cf,v 1.43 2011/06/06 14:23:26 jsing Exp $ # # Copyright (c) 1982, 1990, 1993 @@ -43,12 +43,13 @@ include <sys/user.h> include <uvm/uvm.h> include <machine/cpu.h> -include <machine/psl.h> -include <machine/reg.h> -include <machine/pte.h> include <machine/frame.h> -include <machine/pmap.h> include <machine/iomod.h> +include <machine/mutex.h> +include <machine/pmap.h> +include <machine/psl.h> +include <machine/pte.h> +include <machine/reg.h> # general constants export NBPG |