tar: include stdckdint.h via tar-internal.h.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2024-09-01 15:05:49 +03:00
parent ed99e93019
commit 2aeff547ca
5 changed files with 6 additions and 20 deletions

View File

@ -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() */

View File

@ -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 **********************************************/

View File

@ -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"

View File

@ -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>

View File

@ -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