From 782a15d308c4b9c635ce0df996b9dc4cdd83edeb Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sun, 13 Feb 2011 13:53:48 +0100 Subject: [PATCH] Renamed header to hpp --- base/{array_adapters.h => array_adapters.hpp} | 0 base/base.pro | 2 +- indexer/geometry_coding.hpp | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename base/{array_adapters.h => array_adapters.hpp} (100%) diff --git a/base/array_adapters.h b/base/array_adapters.hpp similarity index 100% rename from base/array_adapters.h rename to base/array_adapters.hpp diff --git a/base/base.pro b/base/base.pro index 3001471f36..3eeee55df1 100644 --- a/base/base.pro +++ b/base/base.pro @@ -18,7 +18,7 @@ SOURCES += \ commands_queue.cpp \ shared_buffer_manager.cpp \ memory_mapped_file.cpp \ - path_utils.cpp + path_utils.cpp \ HEADERS += \ SRC_FIRST.hpp \ diff --git a/indexer/geometry_coding.hpp b/indexer/geometry_coding.hpp index 13700134be..5b3b94aef9 100644 --- a/indexer/geometry_coding.hpp +++ b/indexer/geometry_coding.hpp @@ -6,7 +6,7 @@ #include "../base/base.hpp" #include "../base/bits.hpp" -#include "../base/array_adapters.h" +#include "../base/array_adapters.hpp" //@{ inline uint64_t EncodeDelta(m2::PointU const & actual, m2::PointU const & prediction)