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:
Gehad 2014-04-11 10:51:07 +02:00 committed by Dirk Hohndel
parent cdf83f5ef6
commit f46e2803eb
3 changed files with 11 additions and 11 deletions

View file

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