mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: create equipment.h header
There is an equipment.c file, but no corresponding header. Move the corresponding functions into a newly created header. This does not improve compile time since, at least for now, equipment.h is included in dive.h. But it makes things more consistent. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
27d7f27409
commit
529bdef0d6
4 changed files with 92 additions and 72 deletions
|
@ -78,6 +78,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
|
|||
downloadfromdcthread.cpp
|
||||
downloadfromdcthread.h
|
||||
equipment.c
|
||||
equipment.h
|
||||
errorhelper.c
|
||||
exif.cpp
|
||||
exif.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue