Cleanup: rename file to avoid confusion

Depending on the tooling, both divesite.c and divesite.cpp would compile
into divesite.o.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-12-08 08:13:08 -06:00 committed by Lubomir I. Ivanov
parent 03b02c9352
commit ef8b2e6bb7
3 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
device.c
dive.c
divesite.c
divesite.cpp
divesite-helper.cpp
divelist.c
equipment.c
errorhelper.c

View file

@ -23,7 +23,7 @@ SOURCES += ../../../subsurface-mobile-main.cpp \
../../../core/configuredivecomputer.cpp \
../../../core/divecomputer.cpp \
../../../core/divelogexportlogic.cpp \
../../../core/divesite.cpp \
../../../core/divesite-helper.cpp \
../../../core/divesitehelpers.cpp \
../../../core/errorhelper.c \
../../../core/exif.cpp \