summaryrefslogtreecommitdiffstats
path: root/core/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/parse.h')
-rw-r--r--core/parse.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/parse.h b/core/parse.h
index 224403585..a46663c50 100644
--- a/core/parse.h
+++ b/core/parse.h
@@ -5,11 +5,13 @@
#define MAX_EVENT_NAME 128
#include "event.h"
-#include "picture.h"
-#include "dive.h" // for "struct extra_data"
+#include "equipment.h" // for cylinder_t
+#include "extradata.h"
#include "filterpreset.h"
+#include "picture.h"
#include <sqlite3.h>
+#include <time.h>
struct xml_params;