From 83edc110fe17db72c91a28cd93a065391ca9b983 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Tue, 18 Feb 2020 07:45:21 +0800 Subject: [PATCH] remove the unnessasy header file --- src/inc/trpc.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/inc/trpc.h b/src/inc/trpc.h index f62d8056b7..094c2972ab 100644 --- a/src/inc/trpc.h +++ b/src/inc/trpc.h @@ -19,10 +19,6 @@ extern "C" { #endif -#include "taosmsg.h" -#include "tsched.h" -#include "tglobalcfg.h" - #define TAOS_CONN_UDPS 0 #define TAOS_CONN_UDPC 1 #define TAOS_CONN_TCPS 2