Skip to content

Commit

Permalink
Call btree_choice in a couple places
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Oct 5, 2013
1 parent ade1da4 commit 5b9581a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/masstree/kvtest.cc
Expand Up @@ -3,7 +3,7 @@

#include <unistd.h>

#include "../../btree.h"
#include "../../btree_choice.h"
#include "../../thread.h"
#include "../../spinbarrier.h"
#include "../../varkey.h"
Expand Down
2 changes: 1 addition & 1 deletion new-benchmarks/dbtest.cc
Expand Up @@ -13,7 +13,7 @@

#include "../allocator.h"
#include "../stats_server.h"
#include "../btree.h"
#include "../btree_choice.h"
#include "bench.h"

using namespace std;
Expand Down

0 comments on commit 5b9581a

Please sign in to comment.