From 4e4e9fbb7e66d45319525ac224bff48fbdd0cf6e Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 17 Feb 2020 23:37:20 +0200 Subject: Do not check for HAVE_CONFIG_H in tuklib_config.h. In XZ Utils sysdefs.h takes care of it and the required headers. --- src/common/tuklib_config.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/common') diff --git a/src/common/tuklib_config.h b/src/common/tuklib_config.h index 242092af..8f2e9618 100644 --- a/src/common/tuklib_config.h +++ b/src/common/tuklib_config.h @@ -1,8 +1,7 @@ -#ifdef HAVE_CONFIG_H -# include "sysdefs.h" -#else -# include -# include -# include -# include -#endif +#include "sysdefs.h" + +// sysdefs.h takes care of these. +// #include +// #include +// #include +// #include -- cgit v1.2.3