From 8936df750aa05d09da9dc9ab859f3b8140cd0882 Mon Sep 17 00:00:00 2001 From: sears Date: Tue, 5 Oct 2010 16:52:32 +0000 Subject: [PATCH] fix includes to avoid linker errors git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@1236 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe --- test/check_tcpbulkinsert.cpp | 3 ++- test/check_tcpclient.cpp | 2 +- test/check_testAndSet.cpp | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) 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