remove duplicate include in trpc.c

This commit is contained in:
Li Cao 2019-07-26 14:16:23 +08:00
parent 81705843f8
commit 09fa673922
1 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/types.h>
@ -36,7 +35,6 @@
#include "taosmsg.h"
#include "tidpool.h"
#include "tlog.h"
#include "tlog.h"
#include "tmd5.h"
#include "tmempool.h"
#include "trpc.h"
@ -46,7 +44,6 @@
#include "ttcpserver.h"
#include "ttime.h"
#include "ttimer.h"
#include "ttimer.h"
#include "tudp.h"
#include "tutil.h"