diff --git a/src/observer/storage/default/default_handler.cpp b/src/observer/storage/default/default_handler.cpp index b8210c5dd9b670073353abc94bba9eb6b6441bf8..87f5824bd9ac26f6aab954c23948de5ade863d86 100644 --- a/src/observer/storage/default/default_handler.cpp +++ b/src/observer/storage/default/default_handler.cpp @@ -20,7 +20,7 @@ See the Mulan PSL v2 for more details. */ #include "common/log/log.h" #include "common/lang/string.h" #include "storage/common/record_manager.h" -#include "storage/common/bplus_tree.h" +#include "storage/index/bplus_tree.h" #include "storage/common/table.h" #include "storage/common/condition_filter.h" @@ -230,4 +230,4 @@ RC DefaultHandler::sync() } } return rc; -} \ No newline at end of file +} diff --git a/unitest/bplus_tree_test.cpp b/unitest/bplus_tree_test.cpp index 76a24be614264d674be90e4038d443091a2e738d..0af06ff58fa054dcf9bf0d23537fab519493a427 100644 --- a/unitest/bplus_tree_test.cpp +++ b/unitest/bplus_tree_test.cpp @@ -15,7 +15,7 @@ See the Mulan PSL v2 for more details. */ #include #include -#include "storage/common/bplus_tree.h" +#include "storage/index/bplus_tree.h" #include "storage/default/disk_buffer_pool.h" #include "rc.h" #include "common/log/log.h"