diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-28 04:12:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-28 04:12:13 +0000 |
commit | 47b8e70b53a801e2af59027ddfffe48cc092d7dd (patch) | |
tree | 636e8d73651035d0849c9a4ef9ee6b554058fcc4 /sys/dev/usb | |
parent | c7aa71a6d5e9cb8faef802d488c68bf2e6358d1b (diff) |
removed unneccessary .h file
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_athn_usb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_athn_usb.c b/sys/dev/usb/if_athn_usb.c index 26c5ec54c4d..d93aa3c2dee 100644 --- a/sys/dev/usb/if_athn_usb.c +++ b/sys/dev/usb/if_athn_usb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_athn_usb.c,v 1.12 2013/01/14 09:50:31 jsing Exp $ */ +/* $OpenBSD: if_athn_usb.c,v 1.13 2013/03/28 04:12:12 deraadt Exp $ */ /*- * Copyright (c) 2011 Damien Bergamini <damien.bergamini@free.fr> @@ -31,7 +31,6 @@ #include <sys/timeout.h> #include <sys/conf.h> #include <sys/device.h> -#include <sys/stdint.h> /* uintptr_t */ #include <machine/bus.h> #include <machine/endian.h> |