diff options
author | phk <phk@FreeBSD.org> | 2003-03-18 08:45:25 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-03-18 08:45:25 +0000 |
commit | e059b79437b2e02b4b4fdc0788b40a5da22e1f9b (patch) | |
tree | edaddd833b7da7fad5ccce7a97a7d3c7c70d9786 /sys/dev/musycc | |
parent | 6c826bc36853c5dead86a073669bbde4d939e945 (diff) | |
download | FreeBSD-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/dev/musycc')
-rw-r--r-- | sys/dev/musycc/musycc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/musycc/musycc.c b/sys/dev/musycc/musycc.c index 3fb7834..c13b79e 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> |