mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
88c7de65fa
commit
ae753f4c4d
1 changed files with 1 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue