summaryrefslogtreecommitdiffstats
path: root/core/save-html.c
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-10-25 14:10:52 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-25 13:59:52 -0700
commitf9c3227975e02a576c039e55a2d775dd9d691e03 (patch)
tree57a6cfe016cd6f0e77eabeae9f00ad2823df349c /core/save-html.c
parent2b86fe84f9b2ac1edae47ff1dd8e5d34373ddff5 (diff)
downloadsubsurface-f9c3227975e02a576c039e55a2d775dd9d691e03.tar.gz
cleanup: remove system includes from dive.c
Let the various source files include the system headers they need themselves. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/save-html.c')
-rw-r--r--core/save-html.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/save-html.c b/core/save-html.c
index 90aeb9d41..eeab875b9 100644
--- a/core/save-html.c
+++ b/core/save-html.c
@@ -17,7 +17,9 @@
#include "tag.h"
#include "subsurface-time.h"
#include "trip.h"
+
#include <stdio.h>
+#include <string.h>
static void write_attribute(struct membuffer *b, const char *att_name, const char *value, const char *separator)
{