mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove some unneeded explicit paths in includes
The include path is set up correctly so we don't need these explicit paths in includes. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cdf83f5ef6
commit
f46e2803eb
3 changed files with 11 additions and 11 deletions
|
@ -22,11 +22,11 @@
|
|||
#include "divelistview.h"
|
||||
#include "starwidget.h"
|
||||
|
||||
#include "../dive.h"
|
||||
#include "../display.h"
|
||||
#include "../divelist.h"
|
||||
#include "../pref.h"
|
||||
#include "../helpers.h"
|
||||
#include "dive.h"
|
||||
#include "display.h"
|
||||
#include "divelist.h"
|
||||
#include "pref.h"
|
||||
#include "helpers.h"
|
||||
#include "modeldelegates.h"
|
||||
#include "models.h"
|
||||
#include "downloadfromdivecomputer.h"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
#define PREFERENCES_H
|
||||
|
||||
#include <QDialog>
|
||||
#include "../dive.h"
|
||||
#include "../pref.h"
|
||||
#include "dive.h"
|
||||
#include "pref.h"
|
||||
|
||||
#include "ui_preferences.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "subsurfacewebservices.h"
|
||||
#include "../webservice.h"
|
||||
#include "webservice.h"
|
||||
#include "mainwindow.h"
|
||||
#include <libxml/parser.h>
|
||||
#include <zip.h>
|
||||
|
@ -15,9 +15,9 @@
|
|||
#include <QXmlStreamReader>
|
||||
#include <qdesktopservices.h>
|
||||
|
||||
#include "../dive.h"
|
||||
#include "../divelist.h"
|
||||
#include "../display.h"
|
||||
#include "dive.h"
|
||||
#include "divelist.h"
|
||||
#include "display.h"
|
||||
|
||||
#ifdef Q_OS_UNIX
|
||||
#include <unistd.h> // for dup(2)
|
||||
|
|
Loading…
Add table
Reference in a new issue