diff options
author | wzt.wzt@gmail.com <wzt.wzt@gmail.com> | 2010-03-02 04:03:43 -0500 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-03-02 17:22:16 -0500 |
commit | dbba541f9d9bd2c200041bc1b37c59dbaf9beb75 (patch) | |
tree | 1f359b8f354759296d625f783ea32f4de9bfb399 /security/selinux | |
parent | 31637b55b09753de9d5e24afc3a1d7fbdb2108d8 (diff) |
Selinux: Remove unused headers slab.h in selinux/ss/symtab.c
slab.h is unused in symtab.c, so remove it.
Signed-off-by: Zhitong Wang <zhitong.wangzt@alibaba-inc.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/selinux')
-rw-r--r-- | security/selinux/ss/symtab.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/selinux/ss/symtab.c b/security/selinux/ss/symtab.c index 837658a98a54..bcf9f620426e 100644 --- a/security/selinux/ss/symtab.c +++ b/security/selinux/ss/symtab.c | |||
@@ -4,7 +4,6 @@ | |||
4 | * Author : Stephen Smalley, <sds@epoch.ncsc.mil> | 4 | * Author : Stephen Smalley, <sds@epoch.ncsc.mil> |
5 | */ | 5 | */ |
6 | #include <linux/kernel.h> | 6 | #include <linux/kernel.h> |
7 | #include <linux/slab.h> | ||
8 | #include <linux/string.h> | 7 | #include <linux/string.h> |
9 | #include <linux/errno.h> | 8 | #include <linux/errno.h> |
10 | #include "symtab.h" | 9 | #include "symtab.h" |