mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
tar: include stdckdint.h via tar-internal.h.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
ed99e93019
commit
2aeff547ca
@ -33,11 +33,6 @@
|
||||
#include <config.h>
|
||||
|
||||
#include <inttypes.h> /* uintmax_t */
|
||||
#ifdef HAVE_STDCKDINT_H
|
||||
#include <stdckdint.h>
|
||||
#else
|
||||
#include "lib/stdckdint.h"
|
||||
#endif
|
||||
|
||||
#include "lib/global.h"
|
||||
#include "lib/widget.h" /* message() */
|
||||
|
@ -7,6 +7,12 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_STDCKDINT_H
|
||||
#include <stdckdint.h>
|
||||
#else
|
||||
#include "lib/stdckdint.h"
|
||||
#endif
|
||||
|
||||
#include "lib/vfs/xdirentry.h" /* vfs_s_super */
|
||||
|
||||
/*** typedefs(not structures) and defined constants **********************************************/
|
||||
|
@ -44,11 +44,6 @@
|
||||
#include <ctype.h> /* isdigit() */
|
||||
#include <errno.h>
|
||||
#include <inttypes.h> /* uintmax_t */
|
||||
#ifdef HAVE_STDCKDINT_H
|
||||
#include <stdckdint.h>
|
||||
#else
|
||||
#include "lib/stdckdint.h"
|
||||
#endif
|
||||
|
||||
#include "lib/global.h"
|
||||
|
||||
|
@ -32,11 +32,6 @@
|
||||
|
||||
#include <ctype.h> /* isdigit() */
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_STDCKDINT_H
|
||||
#include <stdckdint.h>
|
||||
#else
|
||||
#include "lib/stdckdint.h"
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -36,11 +36,6 @@
|
||||
#include <config.h>
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_STDCKDINT_H
|
||||
#include <stdckdint.h>
|
||||
#else
|
||||
#include "lib/stdckdint.h"
|
||||
#endif
|
||||
#include <string.h> /* memset() */
|
||||
|
||||
#ifdef hpux
|
||||
|
Loading…
Reference in New Issue
Block a user