diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-18 08:45:25 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-18 08:45:25 +0000 |
| commit | b4b138c27f9f250fa0ce955de65761501559c328 (patch) | |
| tree | edaddd833b7da7fad5ccce7a97a7d3c7c70d9786 /sys | |
| parent | eb51ffcb6d72ccc2249cc61e81aa74c3ee364c53 (diff) | |
Notes
Diffstat (limited to 'sys')
55 files changed, 1 insertions, 54 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 825f98566cce1..62d8620c1374f 100644 --- a/sys/amd64/amd64/identcpu.c +++ b/sys/amd64/amd64/identcpu.c @@ -44,7 +44,6 @@ #include "opt_cpu.h" #include <sys/param.h> -#include <sys/stdint.h> #include <sys/bus.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/amd64/amd64/tsc.c b/sys/amd64/amd64/tsc.c index 14b47519cfb16..e12a48decdcff 100644 --- a/sys/amd64/amd64/tsc.c +++ b/sys/amd64/amd64/tsc.c @@ -29,7 +29,6 @@ #include "opt_clock.h" #include <sys/param.h> -#include <sys/stdint.h> #include <sys/systm.h> #include <sys/time.h> #include <sys/timetc.h> diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c index 154ecc6bbd31c..5b4e2e83a5452 100644 --- a/sys/amd64/isa/clock.c +++ b/sys/amd64/isa/clock.c @@ -53,7 +53,6 @@ #include "opt_mca.h" #include <sys/param.h> -#include <sys/stdint.h> #include <sys/systm.h> #include <sys/bus.h> #include <sys/lock.h> diff --git a/sys/contrib/dev/fla/fla.c b/sys/contrib/dev/fla/fla.c index c1ee68babe864..8a0134112f32c 100644 --- a/sys/contrib/dev/fla/fla.c +++ b/sys/contrib/dev/fla/fla.c @@ -11,7 +11,6 @@ */ #include <sys/param.h> -#include <sys/stdint.h> #include <sys/systm.h> #include <sys/sysctl.h> #include <sys/kernel.h> diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index 48f9c2c178aae..67da2a067921a 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -39,7 +39,6 @@ #include <sys/bus.h> #include <sys/bio.h> #include <sys/malloc.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <machine/stdarg.h> #include <machine/resource.h> diff --git a/sys/dev/ata/atapi-tape.c b/sys/dev/ata/atapi-tape.c index 891dbe45fe3f2..31bf97f90eb35 100644 --- a/sys/dev/ata/atapi-tape.c +++ b/sys/dev/ata/atapi-tape.c @@ -40,7 +40,6 @@ #include <sys/mtio.h> #include <sys/disklabel.h> #include <sys/devicestat.h> -#include <sys/stdint.h> #include <machine/bus.h> #include <dev/ata/ata-all.h> #include <dev/ata/atapi-all.h> diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c index b97324615a399..733fe3daa4a60 100644 --- a/sys/dev/ccd/ccd.c +++ b/sys/dev/ccd/ccd.c @@ -63,7 +63,6 @@ #include <sys/namei.h> #include <sys/conf.h> #include <sys/stat.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <sys/disk.h> #include <sys/fcntl.h> diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index 4cf62719cbbf3..6763c99ffea81 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -75,7 +75,6 @@ #include <sys/bus.h> #include <sys/conf.h> #include <sys/stat.h> -#include <sys/stdint.h> #include <cam/cam.h> #include <cam/cam_ccb.h> diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index 562f71611e477..358bc32b97604 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -40,7 +40,6 @@ #include <sys/fcntl.h> #include <sys/malloc.h> #include <sys/fbio.h> -#include <sys/stdint.h> #include <vm/vm.h> #include <vm/vm_param.h> diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c index 464ad8731e8a6..5cb69a470633a 100644 --- a/sys/dev/ida/ida.c +++ b/sys/dev/ida/ida.c @@ -40,7 +40,6 @@ #include <sys/param.h> #include <sys/kernel.h> -#include <sys/stdint.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/iir/iir_pci.c b/sys/dev/iir/iir_pci.c index d22077a0629f8..581b2637088ce 100644 --- a/sys/dev/iir/iir_pci.c +++ b/sys/dev/iir/iir_pci.c @@ -48,7 +48,6 @@ #include <sys/kernel.h> #include <sys/module.h> #include <sys/bus.h> -#include <sys/stdint.h> #include <machine/bus_memio.h> #include <machine/bus_pio.h> diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 232eba8b68288..034fa07afd3ef 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -76,7 +76,6 @@ #include <sys/namei.h> #include <sys/proc.h> #include <sys/queue.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <sys/vnode.h> diff --git a/sys/dev/musycc/musycc.c b/sys/dev/musycc/musycc.c index 3fb7834b1e32d..c13b79e119cd3 100644 --- a/sys/dev/musycc/musycc.c +++ b/sys/dev/musycc/musycc.c @@ -47,7 +47,6 @@ #include <sys/bus.h> #include <sys/mbuf.h> #include <sys/queue.h> -#include <sys/stdint.h> #include <machine/bus.h> #include <machine/clock.h> #include <sys/rman.h> diff --git a/sys/dev/ubsec/ubsec.c b/sys/dev/ubsec/ubsec.c index c0916530e159c..c5291b9e45dab 100644 --- a/sys/dev/ubsec/ubsec.c +++ b/sys/dev/ubsec/ubsec.c @@ -55,7 +55,6 @@ #include <sys/mbuf.h> #include <sys/lock.h> #include <sys/mutex.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <sys/endian.h> diff --git a/sys/geom/bde/g_bde.c b/sys/geom/bde/g_bde.c index 4d7f615e6e692..9e5ee6cebf6c7 100644 --- a/sys/geom/bde/g_bde.c +++ b/sys/geom/bde/g_bde.c @@ -34,7 +34,6 @@ */ #include <sys/param.h> -#include <sys/stdint.h> #include <sys/bio.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/geom/bde/g_bde_crypt.c b/sys/geom/bde/g_bde_crypt.c index fbaa135087a0b..b20fd1c712b59 100644 --- a/sys/geom/bde/g_bde_crypt.c +++ b/sys/geom/bde/g_bde_crypt.c @@ -37,7 +37,6 @@ */ #include <sys/param.h> -#include <sys/stdint.h> #include <sys/bio.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/geom/bde/g_bde_lock.c b/sys/geom/bde/g_bde_lock.c index 75aa40b51b99b..15b13dfcb2cbb 100644 --- a/sys/geom/bde/g_bde_lock.c +++ b/sys/geom/bde/g_bde_lock.c @@ -38,7 +38,6 @@ #include <sys/param.h> #include <sys/queue.h> -#include <sys/stdint.h> #include <sys/lock.h> #include <sys/mutex.h> #include <sys/md5.h> diff --git a/sys/geom/bde/g_bde_work.c b/sys/geom/bde/g_bde_work.c index 804b5e487d0b8..e1eac05d11085 100644 --- a/sys/geom/bde/g_bde_work.c +++ b/sys/geom/bde/g_bde_work.c @@ -58,7 +58,6 @@ */ #include <sys/param.h> -#include <sys/stdint.h> #include <sys/bio.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/geom/geom_bsd.c b/sys/geom/geom_bsd.c index 96b6cfd16e7c4..9a76f70b0ac97 100644 --- a/sys/geom/geom_bsd.c +++ b/sys/geom/geom_bsd.c @@ -55,7 +55,6 @@ #include <sys/lock.h> #include <sys/mutex.h> #endif -#include <sys/stdint.h> #include <sys/md5.h> #include <sys/errno.h> #include <sys/disklabel.h> diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c index b97324615a399..733fe3daa4a60 100644 --- a/sys/geom/geom_ccd.c +++ b/sys/geom/geom_ccd.c @@ -63,7 +63,6 @@ #include <sys/namei.h> #include <sys/conf.h> #include <sys/stat.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <sys/disk.h> #include <sys/fcntl.h> diff --git a/sys/geom/geom_ctl.c b/sys/geom/geom_ctl.c index 48bac226f5add..1cb502cccd636 100644 --- a/sys/geom/geom_ctl.c +++ b/sys/geom/geom_ctl.c @@ -46,7 +46,6 @@ #include <sys/disk.h> #include <sys/malloc.h> #include <sys/sysctl.h> -#include <sys/stdint.h> #include <sys/lock.h> #include <sys/mutex.h> diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c index 0037b07c9717b..8bf5f3915cb8a 100644 --- a/sys/geom/geom_dev.c +++ b/sys/geom/geom_dev.c @@ -36,7 +36,6 @@ */ #include <sys/param.h> -#include <sys/stdint.h> #include <sys/systm.h> #include <sys/malloc.h> #include <sys/kernel.h> diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c index 5c3a57b7d14fd..57dab5f72e485 100644 --- a/sys/geom/geom_disk.c +++ b/sys/geom/geom_disk.c @@ -47,7 +47,6 @@ #include <sys/fcntl.h> #include <sys/malloc.h> #include <sys/sysctl.h> -#include <sys/stdint.h> #include <sys/devicestat.h> #include <machine/md_var.h> diff --git a/sys/geom/geom_dump.c b/sys/geom/geom_dump.c index 561ae514271b2..b1ea85bad5de2 100644 --- a/sys/geom/geom_dump.c +++ b/sys/geom/geom_dump.c @@ -37,7 +37,6 @@ #include <sys/param.h> -#include <sys/stdint.h> #include <sys/sbuf.h> #ifndef _KERNEL #include <stdio.h> diff --git a/sys/geom/geom_io.c b/sys/geom/geom_io.c index b0ab5126733e2..e67738a083e03 100644 --- a/sys/geom/geom_io.c +++ b/sys/geom/geom_io.c @@ -37,7 +37,6 @@ #include <sys/param.h> -#include <sys/stdint.h> #ifndef _KERNEL #include <stdio.h> #include <string.h> diff --git a/sys/geom/geom_slice.c b/sys/geom/geom_slice.c index 0a237513a5f0f..53055a7abfc59 100644 --- a/sys/geom/geom_slice.c +++ b/sys/geom/geom_slice.c @@ -37,7 +37,6 @@ #include <sys/param.h> -#include <sys/stdint.h> #ifndef _KERNEL #include <stdio.h> #include <unistd.h> diff --git a/sys/geom/geom_stats.c b/sys/geom/geom_stats.c index 20687d743dc30..03e1c75e044e4 100644 --- a/sys/geom/geom_stats.c +++ b/sys/geom/geom_stats.c @@ -40,7 +40,6 @@ #include <sys/disk.h> #include <sys/malloc.h> #include <sys/sysctl.h> -#include <sys/stdint.h> #include <vm/vm.h> #include <vm/pmap.h> diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c index 3b40d46f6303f..e76a71d37e13e 100644 --- a/sys/geom/geom_subr.c +++ b/sys/geom/geom_subr.c @@ -37,7 +37,6 @@ #include <sys/param.h> -#include <sys/stdint.h> #ifndef _KERNEL #include <stdio.h> #include <unistd.h> diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index 825f98566cce1..62d8620c1374f 100644 --- a/sys/i386/i386/identcpu.c +++ b/sys/i386/i386/identcpu.c @@ -44,7 +44,6 @@ #include "opt_cpu.h" #include <sys/param.h> -#include <sys/stdint.h> #include <sys/bus.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/i386/i386/tsc.c b/sys/i386/i386/tsc.c index 14b47519cfb16..e12a48decdcff 100644 --- a/sys/i386/i386/tsc.c +++ b/sys/i386/i386/tsc.c @@ -29,7 +29,6 @@ #include "opt_clock.h" #include <sys/param.h> -#include <sys/stdint.h> #include <sys/systm.h> #include <sys/time.h> #include <sys/timetc.h> diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c index 154ecc6bbd31c..5b4e2e83a5452 100644 --- a/sys/i386/isa/clock.c +++ b/sys/i386/isa/clock.c @@ -53,7 +53,6 @@ #include "opt_mca.h" #include <sys/param.h> -#include <sys/stdint.h> #include <sys/systm.h> #include <sys/bus.h> #include <sys/lock.h> diff --git a/sys/i386/linux/linux_machdep.c b/sys/i386/linux/linux_machdep.c index 54593d34c9f69..c7e6531de9aee 100644 --- a/sys/i386/linux/linux_machdep.c +++ b/sys/i386/linux/linux_machdep.c @@ -36,7 +36,6 @@ #include <sys/proc.h> #include <sys/resource.h> #include <sys/resourcevar.h> -#include <sys/stdint.h> #include <sys/syscallsubr.h> #include <sys/sysproto.h> #include <sys/unistd.h> diff --git a/sys/isa/atrtc.c b/sys/isa/atrtc.c index 154ecc6bbd31c..5b4e2e83a5452 100644 --- a/sys/isa/atrtc.c +++ b/sys/isa/atrtc.c @@ -53,7 +53,6 @@ #include "opt_mca.h" #include <sys/param.h> -#include <sys/stdint.h> #include <sys/systm.h> #include <sys/bus.h> #include <sys/lock.h> diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c index cb1fad4133897..7a7379b393d75 100644 --- a/sys/kern/kern_lockf.c +++ b/sys/kern/kern_lockf.c @@ -51,7 +51,6 @@ #include <sys/malloc.h> #include <sys/fcntl.h> #include <sys/lockf.h> -#include <sys/stdint.h> #include <machine/limits.h> diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c index 4dc196756ad70..ea5f7839a1790 100644 --- a/sys/kern/kern_mutex.c +++ b/sys/kern/kern_mutex.c @@ -49,7 +49,6 @@ #include <sys/resourcevar.h> #include <sys/sched.h> #include <sys/sbuf.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <sys/vmmeter.h> diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c index 44d8986bca18b..87ec87dc2156d 100644 --- a/sys/kern/kern_tc.c +++ b/sys/kern/kern_tc.c @@ -12,7 +12,6 @@ #include "opt_ntp.h" #include <sys/param.h> -#include <sys/stdint.h> #include <sys/kernel.h> #include <sys/sysctl.h> #include <sys/systm.h> diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c index bc4a51327b757..375f75105ab16 100644 --- a/sys/kern/subr_disk.c +++ b/sys/kern/subr_disk.c @@ -14,7 +14,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/stdint.h> #include <sys/bio.h> #include <sys/conf.h> #include <sys/disk.h> diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index 5a298acdf6015..99b37f852a104 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -51,7 +51,6 @@ #include <sys/malloc.h> #include <sys/proc.h> #include <sys/stddef.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <sys/tty.h> #include <sys/syslog.h> diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c index 4dc196756ad70..ea5f7839a1790 100644 --- a/sys/kern/subr_turnstile.c +++ b/sys/kern/subr_turnstile.c @@ -49,7 +49,6 @@ #include <sys/resourcevar.h> #include <sys/sched.h> #include <sys/sbuf.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <sys/vmmeter.h> diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index a5c676087bc63..cf25ff4bab847 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -29,7 +29,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/stdint.h> #include <sys/bio.h> #include <sys/buf.h> #include <sys/devicestat.h> diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 0a1c3c1ec4174..bd5914e625d25 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -40,7 +40,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/stdint.h> #include <sys/kernel.h> #include <sys/proc.h> #include <sys/bio.h> diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 7df16a457e290..6a86b1a9639ec 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -57,7 +57,6 @@ #include "opt_mca.h" #include <sys/param.h> -#include <sys/stdint.h> #include <sys/systm.h> #include <sys/bus.h> #include <sys/lock.h> diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 7df16a457e290..6a86b1a9639ec 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.c @@ -57,7 +57,6 @@ #include "opt_mca.h" #include <sys/param.h> -#include <sys/stdint.h> #include <sys/systm.h> #include <sys/bus.h> #include <sys/lock.h> diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c index 7df16a457e290..6a86b1a9639ec 100644 --- a/sys/pc98/pc98/clock.c +++ b/sys/pc98/pc98/clock.c @@ -57,7 +57,6 @@ #include "opt_mca.h" #include <sys/param.h> -#include <sys/stdint.h> #include <sys/systm.h> #include <sys/bus.h> #include <sys/lock.h> diff --git a/sys/security/mac_portacl/mac_portacl.c b/sys/security/mac_portacl/mac_portacl.c index 917a6d3ee0128..a44be71e1cb1e 100644 --- a/sys/security/mac_portacl/mac_portacl.c +++ b/sys/security/mac_portacl/mac_portacl.c @@ -75,7 +75,6 @@ #include <sys/sbuf.h> #include <sys/socket.h> #include <sys/socketvar.h> -#include <sys/stdint.h> #include <sys/sx.h> #include <sys/sysctl.h> diff --git a/sys/sys/systm.h b/sys/sys/systm.h index 5699f43141d96..62959215dd406 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -46,6 +46,7 @@ #include <machine/cpufunc.h> #include <sys/callout.h> #include <sys/queue.h> +#include <sys/stdint.h> /* for people using printf mainly */ extern int securelevel; /* system security level (see init(8)) */ extern int suser_enabled; /* suser() is permitted to return 0 */ diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c index 2ebf67e9417ef..f3d6783480c9f 100644 --- a/sys/ufs/ffs/ffs_alloc.c +++ b/sys/ufs/ffs/ffs_alloc.c @@ -56,7 +56,6 @@ #include <sys/vnode.h> #include <sys/mount.h> #include <sys/kernel.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <sys/syslog.h> diff --git a/sys/ufs/ffs/ffs_snapshot.c b/sys/ufs/ffs/ffs_snapshot.c index a4585d3b8ee8a..58ddfd282dbee 100644 --- a/sys/ufs/ffs/ffs_snapshot.c +++ b/sys/ufs/ffs/ffs_snapshot.c @@ -35,7 +35,6 @@ */ #include <sys/param.h> -#include <sys/stdint.h> #include <sys/kernel.h> #include <sys/systm.h> #include <sys/conf.h> diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index 3d3fd92c568fd..df149400d0a55 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> -#include <sys/stdint.h> #include <sys/bio.h> #include <sys/buf.h> #include <sys/malloc.h> diff --git a/sys/ufs/ffs/ffs_subr.c b/sys/ufs/ffs/ffs_subr.c index f0c8277839e67..368d93fa457cc 100644 --- a/sys/ufs/ffs/ffs_subr.c +++ b/sys/ufs/ffs/ffs_subr.c @@ -44,7 +44,6 @@ #include "opt_ddb.h" #include <sys/systm.h> -#include <sys/stdint.h> #include <sys/lock.h> #include <sys/malloc.h> #include <sys/mount.h> diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index 17aab31e136d0..fe2252109842e 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -40,7 +40,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/stdint.h> #include <sys/namei.h> #include <sys/proc.h> #include <sys/kernel.h> diff --git a/sys/ufs/ufs/ufs_extattr.c b/sys/ufs/ufs/ufs_extattr.c index b9d7b8941271f..f715189f5eec5 100644 --- a/sys/ufs/ufs/ufs_extattr.c +++ b/sys/ufs/ufs/ufs_extattr.c @@ -52,7 +52,6 @@ #include <sys/lock.h> #include <sys/dirent.h> #include <sys/extattr.h> -#include <sys/stdint.h> #include <sys/sysctl.h> #include <vm/uma.h> diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 6e96db37b5ba4..123b162144d1d 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -79,7 +79,6 @@ #include <sys/vnode.h> #include <sys/resourcevar.h> #include <sys/sysent.h> -#include <sys/stdint.h> #include <sys/shm.h> #include <vm/vm.h> diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index b51987b39ecb2..c11e842162982 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -78,7 +78,6 @@ #include <sys/mutex.h> #include <sys/proc.h> /* for curproc, pageproc */ #include <sys/socket.h> -#include <sys/stdint.h> #include <sys/vnode.h> #include <sys/vmmeter.h> #include <sys/sx.h> diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 5522bcba81989..f0a62f2e08a9e 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -60,7 +60,6 @@ #include <sys/buf.h> #include <sys/vmmeter.h> #include <sys/conf.h> -#include <sys/stdint.h> #include <vm/vm.h> #include <vm/vm_object.h> |
