# HG changeset patch # User Matti Hamalainen # Date 1579225598 -7200 # Node ID c54772789f32b2edf294c58a6357d5885f32d37d # Parent c1eed41a0215311be1157b8bb4a513e2550b4d93 Remove useless #includes. diff -r c1eed41a0215 -r c54772789f32 th_string.h --- a/th_string.h Fri Jan 17 03:41:54 2020 +0200 +++ b/th_string.h Fri Jan 17 03:46:38 2020 +0200 @@ -11,9 +11,7 @@ #define TH_STRING_H #include "th_util.h" -#include #include -#include #ifdef __cplusplus extern "C" {