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 {