aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_seeotheruids
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-02-23 14:39:04 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-02-23 14:39:04 +0000
commit7405fcc3381c8c93bf5f248b9a7bdf7b6021cf0e (patch)
treee7aa7c61dfa8ec9a5c3cfcd12cc01e1a9212582c /sys/security/mac_seeotheruids
parent0b989078d7378bfb8925f3d8c0dd276d04f84f1a (diff)
downloadsrc-7405fcc3381c8c93bf5f248b9a7bdf7b6021cf0e.tar.gz
src-7405fcc3381c8c93bf5f248b9a7bdf7b6021cf0e.zip
More unnecessary include reduction.
Notes
Notes: svn path=/head/; revision=166905
Diffstat (limited to 'sys/security/mac_seeotheruids')
-rw-r--r--sys/security/mac_seeotheruids/mac_seeotheruids.c18
1 files changed, 2 insertions, 16 deletions
diff --git a/sys/security/mac_seeotheruids/mac_seeotheruids.c b/sys/security/mac_seeotheruids/mac_seeotheruids.c
index c20dd8bcdc2d..63278f1ea432 100644
--- a/sys/security/mac_seeotheruids/mac_seeotheruids.c
+++ b/sys/security/mac_seeotheruids/mac_seeotheruids.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 1999-2002 Robert N. M. Watson
+ * Copyright (c) 1999-2002, 2007 Robert N. M. Watson
* Copyright (c) 2001-2002 Networks Associates Technology, Inc.
* All rights reserved.
*
@@ -40,29 +40,15 @@
* kernel objects associated with other uids.
*/
-#include <sys/types.h>
#include <sys/param.h>
-#include <sys/conf.h>
#include <sys/kernel.h>
-#include <sys/mount.h>
+#include <sys/module.h>
#include <sys/priv.h>
#include <sys/proc.h>
#include <sys/systm.h>
-#include <sys/sysproto.h>
-#include <sys/sysent.h>
-#include <sys/vnode.h>
-#include <sys/file.h>
-#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/sysctl.h>
-#include <net/bpfdesc.h>
-#include <net/if.h>
-#include <net/if_types.h>
-#include <net/if_var.h>
-
-#include <vm/vm.h>
-
#include <security/mac/mac_policy.h>
SYSCTL_DECL(_security_mac);