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
This commit is contained in:
sears 2010-10-05 16:52:32 +00:00
parent 0c5700257c
commit 8936df750a
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,6 @@
#include <iostream>
#include <sstream>
#include <algorithm>
#include "logstore.h"
#include <assert.h>
#include <limits.h>
#include <math.h>
@ -24,6 +23,8 @@
#include "check_util.h"
#include <stasis/common.h>
#undef begin
#undef end

View file

@ -3,7 +3,6 @@
#include <iostream>
#include <sstream>
#include <algorithm>
#include "logstore.h"
#include <assert.h>
#include <limits.h>
#include <math.h>
@ -20,6 +19,7 @@
#undef begin
#undef end
#include <stasis/common.h>
static const char * svrname = "localhost";
static int svrport = 32432;

View file

@ -9,7 +9,6 @@
#include <vector>
#include <iostream>
#include <sstream>
#include "logstore.h"
#include "datapage.h"
#include "merger.h"
#include <assert.h>