diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-23 12:38:18 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-12-08 17:31:29 +0300 |
commit | 78cb09078352d032b12e2af7feb9b5b7f0fa794c (patch) | |
tree | bd0ffd4d22fac4340186efec5aaa6b688114b163 /scripts/kconfig/conf.c | |
parent | f463269fb940d2a4259169b1e87aab8d259a9ec4 (diff) | |
download | linux-78cb09078352d032b12e2af7feb9b5b7f0fa794c.tar.xz |
kconfig: clean up header inclusion
- Add missing includes.
- Remove no longer necessary includes.
Signed-off-by: Boris Kolpackov <boris@codesynthesis.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/kconfig/conf.c')
-rw-r--r-- | scripts/kconfig/conf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index f6e548b8f795..db03e2f45de4 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c @@ -11,7 +11,6 @@ #include <time.h> #include <unistd.h> #include <getopt.h> -#include <sys/stat.h> #include <sys/time.h> #include <errno.h> |