diff --git a/metadata.cc b/metadata.cc index 4ddf14e..82badbb 100644 --- a/metadata.cc +++ b/metadata.cc @@ -2,7 +2,7 @@ #include "math_utils.h" #include "space_map_disk.h" -#include "core_map.h" +#include "space_map_core.h" #include #include diff --git a/core_map.h b/space_map_core.h similarity index 100% rename from core_map.h rename to space_map_core.h