mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
synced 2024-11-23 09:43:34 +08:00
Remove unnecessary config.h
Instead, we should use <config.h> generated by configure. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
8c97ab33fd
commit
274abbb77c
@ -20,7 +20,6 @@
|
||||
|
||||
#define DICT_NODEBUG
|
||||
|
||||
#include "config.h"
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#ifdef DICT_NODEBUG
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Aditya Kali <adityakali@google.com>
|
||||
* Hyojun Kim <hyojun@google.com> - Ported to f2fs-tools
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
@ -6,7 +6,6 @@
|
||||
* Hyojun Kim <hyojun@google.com> - Ported to f2fs-tools
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
@ -5,7 +5,6 @@
|
||||
* Hyojun Kim <hyojun@google.com> - Ported to f2fs-tools
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <sys/types.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
@ -5,7 +5,6 @@
|
||||
* Hyojun Kim <hyojun@google.com> - Ported to f2fs-tools
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <sys/types.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
@ -20,14 +20,13 @@
|
||||
* implementation.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "f2fs_fs.h"
|
||||
#include <f2fs_fs.h>
|
||||
|
||||
/* Encoding a unicode version number as a single unsigned int. */
|
||||
#define UNICODE_MAJ_SHIFT (16)
|
||||
|
@ -8,8 +8,6 @@
|
||||
*/
|
||||
#define _LARGEFILE64_SOURCE
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
|
@ -22,7 +22,8 @@
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
|
||||
#include "config.h"
|
||||
#include <f2fs_fs.h>
|
||||
|
||||
#ifdef HAVE_LIBBLKID
|
||||
#include <blkid/blkid.h>
|
||||
#endif
|
||||
@ -30,7 +31,6 @@
|
||||
#include <uuid/uuid.h>
|
||||
#endif
|
||||
|
||||
#include "f2fs_fs.h"
|
||||
#include "quota.h"
|
||||
#include "f2fs_format_utils.h"
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
#endif
|
||||
#include <android_config.h>
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include <f2fs_fs.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
@ -11,7 +11,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "config.h"
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
|
Loading…
Reference in New Issue
Block a user