[PATCH] orinoco: Remove inneeded system includes.

Signed-off-by: Pavel Roskin <proski@gnu.org>

Remove inneeded system includes.

Most system includes are not needed.  In particular, the hardware
backends don't need anything network related.  Some includes have been
moved from local headers to the C files where they are actually used.
Includes that have to be in the local headers are no longer from the C
sources.
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
Pavel Roskin
2005-09-23 04:18:07 -04:00
committed by Jeff Garzik
parent da192bb50c
commit ef846bf04f
11 changed files with 10 additions and 141 deletions

View File

@@ -9,8 +9,6 @@
#define DRIVER_VERSION "0.15rc2"
#include <linux/types.h>
#include <linux/spinlock.h>
#include <linux/netdevice.h>
#include <linux/wireless.h>
#include <net/iw_handler.h>