mkfs: include-what-you-use header check

Two headers added
 #include <limits.h> // for CHAR_MAX
 #include <stdlib.h> // for exit, EXIT_SUCCESS, getenv, etc

Rest sorted, and nls.h recategorized to be local header.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2011-06-29 00:23:01 +02:00
parent 63ab95247a
commit d786727a06
1 changed files with 5 additions and 2 deletions

View File

@ -14,11 +14,14 @@
*/
#include <getopt.h>
#include <limits.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <nls.h>
#include <unistd.h>
#include "c.h"
#include "nls.h"
#include "xalloc.h"
#ifndef DEFAULT_FSTYPE