aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-11-24 13:51:01 +0100
committerGravatar bstoeger <32835590+bstoeger@users.noreply.github.com>2019-12-04 13:00:23 +0100
commitae753f4c4d9368f5e44ca5c14cbe6bc01775c48e (patch)
tree958cac42be88e53cb96d903c6723461ccd54ecb1
parent88c7de65fa898e4ed0f6077165e687b10dd393c0 (diff)
downloadsubsurface-ae753f4c4d9368f5e44ca5c14cbe6bc01775c48e.tar.gz
Cleanup: remove superfluous includes from core/divelist.c
Most of these haven't been used in a long time. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
-rw-r--r--core/divelist.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/core/divelist.c b/core/divelist.c
index 0385e7e77..48f5a270c 100644
--- a/core/divelist.c
+++ b/core/divelist.c
@@ -1,23 +1,13 @@
// SPDX-License-Identifier: GPL-2.0
/* divelist.c */
-#include <unistd.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <time.h>
-#include <math.h>
-#include "gettext.h"
-#include <assert.h>
-#include <zip.h>
-#include <libxslt/transform.h>
#include "subsurface-string.h"
#include "deco.h"
#include "divesite.h"
#include "divelist.h"
-#include "display.h"
#include "planner.h"
#include "qthelper.h"
+#include "gettext.h"
#include "git-access.h"
#include "selection.h"
#include "table.h"