diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-03-03 22:04:34 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-12 18:19:07 +0300 |
commit | 7c64822b9b73ef76e2310ff2931f76e29899535e (patch) | |
tree | 52a19fb1625c34dda07f7a551a38fa9489902d01 /core/dive.h | |
parent | 31291b1c56bf418732cf6ef52550aada492eff9b (diff) | |
download | subsurface-7c64822b9b73ef76e2310ff2931f76e29899535e.tar.gz |
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>
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h index 03d6fc2df..4760305ed 100644 --- a/core/dive.h +++ b/core/dive.h @@ -18,7 +18,6 @@ #include <libxslt/transform.h> #include <libxslt/xsltutils.h> -#include "sha1.h" #include "units.h" #ifdef __cplusplus |