Skip to content

Commit 2da32e1

Browse files
committed
clean up some headers
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent ad2b709 commit 2da32e1

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/include/storage/index/b_plus_tree_debug.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include <sstream>
1414
#include <string>
1515

16-
#include "common/exception.h"
1716
#include "common/logger.h"
1817
#include "common/rid.h"
1918
#include "storage/index/b_plus_tree.h"

src/include/storage/index/b_plus_tree_index.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
#pragma once
1414

15-
#include <map>
1615
#include <memory>
17-
#include <string>
1816
#include <vector>
1917

2018
#include "container/hash/hash_function.h"

src/include/storage/index/index.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#include "catalog/schema.h"
2121
#include "storage/table/tuple.h"
22-
#include "type/value.h"
2322

2423
namespace bustub {
2524

0 commit comments

Comments
 (0)