diff options
-rw-r--r-- | core/save-html.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/save-html.h b/core/save-html.h index 8bcc38799..0868213e1 100644 --- a/core/save-html.h +++ b/core/save-html.h @@ -2,13 +2,13 @@ #ifndef HTML_SAVE_H #define HTML_SAVE_H +#include "dive.h" +#include "membuffer.h" + #ifdef __cplusplus extern "C" { #endif -#include "dive.h" -#include "membuffer.h" - void put_HTML_date(struct membuffer *b, struct dive *dive, const char *pre, const char *post); void put_HTML_depth(struct membuffer *b, struct dive *dive, const char *pre, const char *post); void put_HTML_airtemp(struct membuffer *b, struct dive *dive, const char *pre, const char *post); |