summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-03-18 08:45:25 +0000
committerphk <phk@FreeBSD.org>2003-03-18 08:45:25 +0000
commite059b79437b2e02b4b4fdc0788b40a5da22e1f9b (patch)
treeedaddd833b7da7fad5ccce7a97a7d3c7c70d9786 /sys/vm
parent6c826bc36853c5dead86a073669bbde4d939e945 (diff)
downloadFreeBSD-src-e059b79437b2e02b4b4fdc0788b40a5da22e1f9b.zip
FreeBSD-src-e059b79437b2e02b4b4fdc0788b40a5da22e1f9b.tar.gz
Including <sys/stdint.h> is (almost?) universally only to be able to use
%j in printfs, so put a newsted include in <sys/systm.h> where the printf prototype lives and save everybody else the trouble.
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_map.c1
-rw-r--r--sys/vm/vm_object.c1
-rw-r--r--sys/vm/vnode_pager.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index 6e96db3..123b162 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 b51987b..c11e842 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 5522bcb..f0a62f2 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>
OpenPOWER on IntegriCloud