Renamed header to hpp

This commit is contained in:
Alex Zolotarev 2011-02-13 13:53:48 +01:00 committed by Alex Zolotarev
parent c2f1b9a10c
commit 782a15d308
3 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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)