diff --git a/source/libs/transport/src/transCli.c b/source/libs/transport/src/transCli.c index 4e019b52eb..b02c8aad26 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -12,8 +12,10 @@ * along with this program. If not, see . */ -#include "tmisce.h" +// clang-format off #include "transComm.h" +#include "tmisce.h" +// clang-format on typedef struct { int32_t numOfConn;