diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-05-08 22:13:54 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-08 14:58:01 -0700 |
commit | 96f707abfe489df7f52c896edbc9dff6789c6c6c (patch) | |
tree | 844093129fc58eff23b47ff615f30d043e224a52 /dive.c | |
parent | 232098ad9616275b4753c487b489c4ab5fc49619 (diff) | |
download | subsurface-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ #include <limits.h> #include "gettext.h" #include "dive.h" -#include "planner.h" struct tag_entry *g_tag_list = NULL; |