mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
src/vfs/tar/tar-internal.c: clarify includes.
Don't include stdint.h, since inttypes.h includes it. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
72d0b4f878
commit
c87a4a8db5
@ -33,7 +33,6 @@
|
||||
#include <config.h>
|
||||
|
||||
#include <inttypes.h> /* uintmax_t */
|
||||
#include <stdint.h> /* UINTMAX_MAX, etc */
|
||||
|
||||
#include "lib/global.h"
|
||||
#include "lib/widget.h" /* message() */
|
||||
|
Loading…
Reference in New Issue
Block a user