From a1f65e9c4f7f25c82606c4a98a4d297080a573a1 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Thu, 30 Dec 2021 10:39:41 +0800 Subject: [PATCH] [td-11818] refactor. --- source/client/src/clientMsgHandler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/client/src/clientMsgHandler.c b/source/client/src/clientMsgHandler.c index 07a7286173..6575102f81 100644 --- a/source/client/src/clientMsgHandler.c +++ b/source/client/src/clientMsgHandler.c @@ -18,7 +18,6 @@ #include "tname.h" #include "clientInt.h" #include "clientLog.h" -#include "trpc.h" int (*handleRequestRspFp[TDMT_MAX])(void*, const SDataBuf* pMsg, int32_t code); -- GitLab