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>
This commit is contained in:
Berthold Stoeger 2019-11-24 13:51:01 +01:00 committed by bstoeger
parent 88c7de65fa
commit ae753f4c4d

View file

@ -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"