remove the unnessasy header file
This commit is contained in:
parent
fc22eb445d
commit
83edc110fe
|
@ -19,10 +19,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "taosmsg.h"
|
|
||||||
#include "tsched.h"
|
|
||||||
#include "tglobalcfg.h"
|
|
||||||
|
|
||||||
#define TAOS_CONN_UDPS 0
|
#define TAOS_CONN_UDPS 0
|
||||||
#define TAOS_CONN_UDPC 1
|
#define TAOS_CONN_UDPC 1
|
||||||
#define TAOS_CONN_TCPS 2
|
#define TAOS_CONN_TCPS 2
|
||||||
|
|
Loading…
Reference in New Issue