mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Remove unneeded includes
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
332bde9c86
commit
b7038e4bec
4 changed files with 0 additions and 4 deletions
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include "divesite.h"
|
||||
#include "helpers.h"
|
||||
#include "usersurvey.h"
|
||||
#include "membuffer.h"
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonArray>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
#include "ui_diveshareexportdialog.h"
|
||||
#include "mainwindow.h"
|
||||
#include "save-html.h"
|
||||
#include "usersurvey.h"
|
||||
#include "subsurfacewebservices.h"
|
||||
#include "helpers.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "updatemanager.h"
|
||||
#include "usersurvey.h"
|
||||
#include "helpers.h"
|
||||
#include <QtNetwork>
|
||||
#include <QMessageBox>
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#include <exif.h>
|
||||
#include "file.h"
|
||||
#include "prefs-macros.h"
|
||||
#include "mainwindow.h"
|
||||
#include <QFile>
|
||||
#include <QRegExp>
|
||||
#include <QDir>
|
||||
|
|
Loading…
Reference in a new issue