diff options
author | Karel Kočí <cynerd@email.cz> | 2015-04-12 11:48:10 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-04-12 11:48:10 +0200 |
commit | 2752b3c3802140163247348cba580e0320628941 (patch) | |
tree | 8d84fc974f5eb286e60a69762977686ecca413f7 | |
parent | 5035d31ac3dd1c4ad62e3b3648b390e96663f533 (diff) | |
download | linux-conf-perf-2752b3c3802140163247348cba580e0320628941.tar.gz linux-conf-perf-2752b3c3802140163247348cba580e0320628941.tar.bz2 linux-conf-perf-2752b3c3802140163247348cba580e0320628941.zip |
parse_kconfig clean include in parse.c
-rw-r--r-- | scripts/parse_kconfig/parser.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/scripts/parse_kconfig/parser.c b/scripts/parse_kconfig/parser.c index 6c1c47e..45e5c05 100644 --- a/scripts/parse_kconfig/parser.c +++ b/scripts/parse_kconfig/parser.c @@ -1,15 +1,9 @@ #include <stdio.h> -#include <ctype.h> -#include <errno.h> -#include <fcntl.h> -#include <limits.h> -#include <stdarg.h> #include <stdlib.h> #include <string.h> -#include <signal.h> -#include <unistd.h> #include <locale.h> #include <stdbool.h> +#include <libintl.h> #include <argp.h> #include "kconfig/lkc.h" #include "symlist.h" |