diff --git a/db/range_del_aggregator.cc b/db/range_del_aggregator.cc index 7c188aeaa0797b073d560c54d575a41e21182f1f..c8d33ffb38ce189654b7e7763046a225ff53bfc4 100644 --- a/db/range_del_aggregator.cc +++ b/db/range_del_aggregator.cc @@ -11,8 +11,8 @@ #include "db/range_del_aggregator.h" #include "db/range_tombstone_fragmenter.h" #include "db/version_edit.h" -#include "include/rocksdb/comparator.h" -#include "include/rocksdb/types.h" +#include "rocksdb/comparator.h" +#include "rocksdb/types.h" #include "table/internal_iterator.h" #include "table/scoped_arena_iterator.h" #include "table/table_builder.h" diff --git a/db/range_del_aggregator.h b/db/range_del_aggregator.h index 96cfb581309bbe1d2e6248bc617a734a083f747d..c68d75d7fe275b5daf59f9633b595454fa6732db 100644 --- a/db/range_del_aggregator.h +++ b/db/range_del_aggregator.h @@ -19,8 +19,8 @@ #include "db/range_del_aggregator.h" #include "db/range_tombstone_fragmenter.h" #include "db/version_edit.h" -#include "include/rocksdb/comparator.h" -#include "include/rocksdb/types.h" +#include "rocksdb/comparator.h" +#include "rocksdb/types.h" #include "table/internal_iterator.h" #include "table/scoped_arena_iterator.h" #include "table/table_builder.h" diff --git a/utilities/persistent_cache/block_cache_tier_file_buffer.h b/utilities/persistent_cache/block_cache_tier_file_buffer.h index e4f8f5ba4b2abb572ccf6a9c789cee8b423d21b3..dd8c83f43e5971bc6b7150f463c955d378f38ca5 100644 --- a/utilities/persistent_cache/block_cache_tier_file_buffer.h +++ b/utilities/persistent_cache/block_cache_tier_file_buffer.h @@ -8,7 +8,7 @@ #include #include -#include "include/rocksdb/comparator.h" +#include "rocksdb/comparator.h" #include "memory/arena.h" #include "util/mutexlock.h" diff --git a/utilities/persistent_cache/hash_table.h b/utilities/persistent_cache/hash_table.h index 36d8327e2ae277302267075286fa46e421ee00a4..874495a7b985c754a9400c5dc9e55e65935aea9c 100644 --- a/utilities/persistent_cache/hash_table.h +++ b/utilities/persistent_cache/hash_table.h @@ -15,7 +15,7 @@ #include #endif -#include "include/rocksdb/env.h" +#include "rocksdb/env.h" #include "util/mutexlock.h" namespace rocksdb {