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
|
@ -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
Add a link
Reference in a new issue