diff --git a/test/check_tcpbulkinsert.cpp b/test/check_tcpbulkinsert.cpp index d7a47b9..8d4b878 100644 --- a/test/check_tcpbulkinsert.cpp +++ b/test/check_tcpbulkinsert.cpp @@ -10,7 +10,6 @@ #include #include #include -#include "logstore.h" #include #include #include @@ -24,6 +23,8 @@ #include "check_util.h" +#include + #undef begin #undef end diff --git a/test/check_tcpclient.cpp b/test/check_tcpclient.cpp index defe51e..792562a 100644 --- a/test/check_tcpclient.cpp +++ b/test/check_tcpclient.cpp @@ -3,7 +3,6 @@ #include #include #include -#include "logstore.h" #include #include #include @@ -20,6 +19,7 @@ #undef begin #undef end +#include static const char * svrname = "localhost"; static int svrport = 32432; diff --git a/test/check_testAndSet.cpp b/test/check_testAndSet.cpp index fb3728c..1398d47 100644 --- a/test/check_testAndSet.cpp +++ b/test/check_testAndSet.cpp @@ -9,7 +9,6 @@ #include #include #include -#include "logstore.h" #include "datapage.h" #include "merger.h" #include