1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

Remove unnecessary include from dive.c

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-05-08 22:13:54 +02:00 committed by Dirk Hohndel
parent 232098ad96
commit 96f707abfe

1
dive.c
View file

@ -6,7 +6,6 @@
#include <limits.h>
#include "gettext.h"
#include "dive.h"
#include "planner.h"
struct tag_entry *g_tag_list = NULL;