From a72450db45f584506e8d1f7c80f7b19215ce4ba1 Mon Sep 17 00:00:00 2001 From: Alex Chi Z Date: Tue, 24 Oct 2023 11:15:09 -0400 Subject: [PATCH] fix: remove reference to b_plus_tree --- src/include/storage/page/extendible_htable_bucket_page.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/storage/page/extendible_htable_bucket_page.h b/src/include/storage/page/extendible_htable_bucket_page.h index 9f034d01d..d853c550f 100644 --- a/src/include/storage/page/extendible_htable_bucket_page.h +++ b/src/include/storage/page/extendible_htable_bucket_page.h @@ -30,7 +30,6 @@ #include "common/config.h" #include "common/macros.h" #include "storage/index/int_comparator.h" -#include "storage/page/b_plus_tree_page.h" #include "type/value.h" namespace bustub {