diff options
author | Gilad Broner <gbroner@codeaurora.org> | 2016-03-13 15:58:50 +0200 |
---|---|---|
committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:24:20 -0700 |
commit | 28e3a4040ee49cd184a9868a11305fa7adb8f1d4 (patch) | |
tree | 07bf3ac8559afca8312ce8bb85f9ccd0ff320216 /security/selinux/include/objsec.h | |
parent | eca2a5ea722eb317abb8868312c3a11acd530327 (diff) |
selinux: removed redundant headers from objsec.h
flask.h was included in the above file. This is autogenerated header
which gets produced during compilation of selinux. This causes issues
for other module (PFK) which includes objsec.h and compiles after
selinux. Since removal of the above headers does not break compilation,
they seem to be redundant and can be removed.
Signed-off-by: Gilad Broner <gbroner@codeaurora.org>
Diffstat (limited to 'security/selinux/include/objsec.h')
-rw-r--r-- | security/selinux/include/objsec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/selinux/include/objsec.h b/security/selinux/include/objsec.h index b4f6589593a9..f6027d67a0e6 100644 --- a/security/selinux/include/objsec.h +++ b/security/selinux/include/objsec.h @@ -25,8 +25,7 @@ #include <linux/in.h> #include <linux/spinlock.h> #include <net/net_namespace.h> -#include "flask.h" -#include "avc.h" +#include "security.h" struct task_security_struct { u32 osid; /* SID prior to last execve */ |