From a134e853b4fd9f68a2a9c1078035bf5e7ee84240 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Fri, 28 Oct 2011 14:28:59 +0100 Subject: [PATCH] rename core_map -> space_map_core --- metadata.cc | 2 +- core_map.h => space_map_core.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename core_map.h => space_map_core.h (100%) 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