aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Gehad <gehadelrobey@gmail.com>2014-04-11 10:51:07 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-04-11 07:21:21 -0700
commitf46e2803ebabb05d5988050660992c2b0b54a8b1 (patch)
treeff98457df3aa2fa11e727f1bbdd13a287bb1e1a0 /qt-ui/mainwindow.cpp
parentcdf83f5ef6415eb44cc95e993ab38b4b44f03427 (diff)
downloadsubsurface-f46e2803ebabb05d5988050660992c2b0b54a8b1.tar.gz
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>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 88be2ca23..313a508ab 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -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"