summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_seeotheruids/mac_seeotheruids.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-02-23 14:39:04 +0000
committerrwatson <rwatson@FreeBSD.org>2007-02-23 14:39:04 +0000
commita29076f4463ea9c75d8f5763b5b7da71bce8ad6f (patch)
treee7aa7c61dfa8ec9a5c3cfcd12cc01e1a9212582c /sys/security/mac_seeotheruids/mac_seeotheruids.c
parent9ff48da7de1cc980a6dfd473d85d650be9f062ed (diff)
downloadFreeBSD-src-a29076f4463ea9c75d8f5763b5b7da71bce8ad6f.zip
FreeBSD-src-a29076f4463ea9c75d8f5763b5b7da71bce8ad6f.tar.gz
More unnecessary include reduction.
Diffstat (limited to 'sys/security/mac_seeotheruids/mac_seeotheruids.c')
-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 c20dd8b..63278f1 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);
OpenPOWER on IntegriCloud