diff options
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/chcon.c | 1 | ||||
-rw-r--r-- | selinux/runcon.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/selinux/chcon.c b/selinux/chcon.c index 8644502b5..88d0cfec6 100644 --- a/selinux/chcon.c +++ b/selinux/chcon.c @@ -40,7 +40,6 @@ //usage: "\n -R Recurse" //usage: ) -#include <getopt.h> #include <selinux/context.h> #include "libbb.h" diff --git a/selinux/runcon.c b/selinux/runcon.c index f0b21269f..3183a2274 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c @@ -50,7 +50,6 @@ //usage: "\n -l RNG Levelrange" //usage: ) -#include <getopt.h> #include <selinux/context.h> #include <selinux/flask.h> |