Merge pull request #198 from Irving-cl/fix_duplicate_include

remove duplicate include in trpc.c
This commit is contained in:
slguan 2019-07-26 22:19:41 +08:00 committed by GitHub
commit 132363decf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
#include <sys/types.h>
#include "os.h"
@ -28,7 +27,6 @@
#include "taosmsg.h"
#include "tidpool.h"
#include "tlog.h"
#include "tlog.h"
#include "tmd5.h"
#include "tmempool.h"
#include "trpc.h"
@ -38,7 +36,6 @@
#include "ttcpserver.h"
#include "ttime.h"
#include "ttimer.h"
#include "ttimer.h"
#include "tudp.h"
#include "tutil.h"