diff --git a/include/third_party/lru_2q_cache.hpp b/include/compio/lru_2q_cache.hpp similarity index 100% rename from include/third_party/lru_2q_cache.hpp rename to include/compio/lru_2q_cache.hpp diff --git a/include/compio/storage_block_reader.hpp b/include/compio/storage_block_reader.hpp index 9a73236..c29bdac 100644 --- a/include/compio/storage_block_reader.hpp +++ b/include/compio/storage_block_reader.hpp @@ -13,7 +13,7 @@ #include "compio/btree.hpp" #include "compio/tree_types.hpp" -#include "third_party/lru_2q_cache.hpp" +#include "lru_2q_cache.hpp" #include #include