# HG changeset patch # User Matti Hamalainen # Date 1579227408 -7200 # Node ID 893b2deeb5be561205822536c1e340b409315861 # Parent 6d99150a8f89e01aa938b6c3dc9fb025fce28f21 Get rid of some useless includes. diff -r 6d99150a8f89 -r 893b2deeb5be th_config.h --- a/th_config.h Fri Jan 17 04:16:32 2020 +0200 +++ b/th_config.h Fri Jan 17 04:16:48 2020 +0200 @@ -10,7 +10,6 @@ #ifndef TH_CONFIG_H #define TH_CONFIG_H -#include "th_util.h" #include "th_datastruct.h" #include "th_ioctx.h" diff -r 6d99150a8f89 -r 893b2deeb5be th_util.h --- a/th_util.h Fri Jan 17 04:16:32 2020 +0200 +++ b/th_util.h Fri Jan 17 04:16:48 2020 +0200 @@ -19,17 +19,14 @@ #include #include #include -#include #ifndef HAVE_NO_ASSERT # include #endif -#ifdef HAVE_STRING_H +#if defined(HAVE_STRING_H) # include -#else -# ifdef HAVE_STRINGS_H -# include -# endif +#elif defined(HAVE_STRINGS_H) +# include #endif #ifdef HAVE_MEMORY_H