mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00: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
72de6cc108
commit
77aa322fb7
@ -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)
|
||||
|
@ -10,8 +10,6 @@
|
||||
#define _LARGEFILE64_SOURCE
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
|
@ -24,7 +24,8 @@
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
|
||||
#include "config.h"
|
||||
#include <f2fs_fs.h>
|
||||
|
||||
#ifdef HAVE_LIBBLKID
|
||||
#include <blkid/blkid.h>
|
||||
#endif
|
||||
@ -32,7 +33,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