mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Cleanup: remove "sha1.h" include in "dive.h"
No point in pulling that in for all users of "dive.h" Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
31291b1c56
commit
7c64822b9b
4 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
#include "dive.h"
|
||||
#include "file.h"
|
||||
#include "units.h"
|
||||
#include "sha1.h"
|
||||
#include "gettext.h"
|
||||
#include "cochran.h"
|
||||
#include "divelist.h"
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <libxslt/transform.h>
|
||||
#include <libxslt/xsltutils.h>
|
||||
|
||||
#include "sha1.h"
|
||||
#include "units.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "qthelper.h"
|
||||
#include "git-access.h"
|
||||
#include "gettext.h"
|
||||
#include "sha1.h"
|
||||
|
||||
bool is_subsurface_cloud = false;
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include "device.h"
|
||||
#include "divelist.h"
|
||||
#include "display.h"
|
||||
#include "sha1.h"
|
||||
|
||||
#include <libdivecomputer/version.h>
|
||||
#include <libdivecomputer/usbhid.h>
|
||||
|
|
Loading…
Reference in a new issue