forked from organicmaps/organicmaps
Renamed header to hpp
This commit is contained in:
parent
c2f1b9a10c
commit
782a15d308
3 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue