summaryrefslogtreecommitdiffstats
path: root/dive.c
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-05-08 22:13:54 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-08 14:58:01 -0700
commit96f707abfe489df7f52c896edbc9dff6789c6c6c (patch)
tree844093129fc58eff23b47ff615f30d043e224a52 /dive.c
parent232098ad9616275b4753c487b489c4ab5fc49619 (diff)
downloadsubsurface-96f707abfe489df7f52c896edbc9dff6789c6c6c.tar.gz
Remove unnecessary include from dive.c
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.c')
-rw-r--r--dive.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dive.c b/dive.c
index 019b1d0a4..9c3ab79b2 100644
--- a/dive.c
+++ b/dive.c
@@ -6,7 +6,6 @@
#include <limits.h>
#include "gettext.h"
#include "dive.h"
-#include "planner.h"
struct tag_entry *g_tag_list = NULL;