From fb08023dea10c9a7673ceb2c8ef67718937717b8 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Tue, 23 Apr 2024 13:24:27 -0400 Subject: benchmarks/file_util: removed dependency on framework in prep for ALEX --- benchmarks/include/file_util.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/include/file_util.h b/benchmarks/include/file_util.h index ea8b42e..8dc1b5f 100644 --- a/benchmarks/include/file_util.h +++ b/benchmarks/include/file_util.h @@ -8,9 +8,6 @@ #include #include -#include "framework/interface/Record.h" -#include "query/irs.h" - #pragma once template @@ -81,7 +78,7 @@ static std::vector read_knn_queries(std::string fname, size_t k) { return queries; } -template +template static std::vector read_sosd_file(std::string &fname, size_t n) { std::fstream file; file.open(fname, std::ios::in | std::ios::binary); -- cgit v1.2.3