1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Do not check for HAVE_CONFIG_H in tuklib_config.h.

In XZ Utils sysdefs.h takes care of it and the required headers.
This commit is contained in:
Lasse Collin 2020-02-17 23:37:20 +02:00
parent 2d4cef954f
commit 4e4e9fbb7e

View file

@ -1,8 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "sysdefs.h"
#else
# include <stddef.h>
# include <stdbool.h>
# include <inttypes.h>
# include <limits.h>
#endif
#include "sysdefs.h"
// sysdefs.h takes care of these.
// #include <stddef.h>
// #include <stdbool.h>
// #include <inttypes.h>
// #include <limits.h>