diff options
| author | [email protected] <[email protected]> | 2010-03-02 17:03:43 +0800 |
|---|---|---|
| committer | James Morris <[email protected]> | 2010-03-03 09:22:16 +1100 |
| commit | dbba541f9d9bd2c200041bc1b37c59dbaf9beb75 (patch) | |
| tree | 1f359b8f354759296d625f783ea32f4de9bfb399 /security | |
| 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 <[email protected]>
Signed-off-by: James Morris <[email protected]>
Diffstat (limited to 'security')
| -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 @@ * Author : Stephen Smalley, <[email protected]> */ #include <linux/kernel.h> -#include <linux/slab.h> #include <linux/string.h> #include <linux/errno.h> #include "symtab.h" |