summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2000-11-30 18:52:32 +0000
committeralfred <alfred@FreeBSD.org>2000-11-30 18:52:32 +0000
commit663be26bfaa4f023ff6ce55c7808c5c10915ff6a (patch)
treed35aa569db32c959bba475cf332558da40b4a62e /sys/dev
parent155ca63e1fbce14fe8cc6a5b4879a8736154965c (diff)
downloadFreeBSD-src-663be26bfaa4f023ff6ce55c7808c5c10915ff6a.zip
FreeBSD-src-663be26bfaa4f023ff6ce55c7808c5c10915ff6a.tar.gz
remove unneded sys/ucred.h includes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/an/if_an.c1
-rw-r--r--sys/dev/wi/if_wi.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c
index f881a03..60c7892 100644
--- a/sys/dev/an/if_an.c
+++ b/sys/dev/an/if_an.c
@@ -95,7 +95,6 @@
#include <sys/sockio.h>
#include <sys/mbuf.h>
#include <sys/kernel.h>
-#include <sys/ucred.h>
#include <sys/socket.h>
#ifdef ANCACHE
#include <sys/syslog.h>
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c
index bbc74c0..c7c271c 100644
--- a/sys/dev/wi/if_wi.c
+++ b/sys/dev/wi/if_wi.c
@@ -73,7 +73,6 @@
#include <sys/sockio.h>
#include <sys/mbuf.h>
#include <sys/kernel.h>
-#include <sys/ucred.h>
#include <sys/socket.h>
#include <sys/module.h>
#include <sys/bus.h>
OpenPOWER on IntegriCloud