Don't include unnecessary header files.
Due to the use of the convenience functions, the device specific header files are no longer necessary, and can be replaced with the high-level header files.
This commit is contained in:
parent
2095a2d10e
commit
4296f974d0
@ -34,15 +34,8 @@
|
||||
#define DC_TICKS_FORMAT "%lld"
|
||||
#endif
|
||||
|
||||
#include <libdivecomputer/suunto.h>
|
||||
#include <libdivecomputer/reefnet.h>
|
||||
#include <libdivecomputer/uwatec.h>
|
||||
#include <libdivecomputer/oceanic.h>
|
||||
#include <libdivecomputer/mares.h>
|
||||
#include <libdivecomputer/hw.h>
|
||||
#include <libdivecomputer/cressi.h>
|
||||
#include <libdivecomputer/zeagle.h>
|
||||
#include <libdivecomputer/atomics.h>
|
||||
#include <libdivecomputer/device.h>
|
||||
#include <libdivecomputer/parser.h>
|
||||
#include <libdivecomputer/utils.h>
|
||||
|
||||
#include "common.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user