diff options
author | Gehad <gehadelrobey@gmail.com> | 2014-04-11 10:51:07 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-04-11 07:21:21 -0700 |
commit | f46e2803ebabb05d5988050660992c2b0b54a8b1 (patch) | |
tree | ff98457df3aa2fa11e727f1bbdd13a287bb1e1a0 /qt-ui/mainwindow.cpp | |
parent | cdf83f5ef6415eb44cc95e993ab38b4b44f03427 (diff) | |
download | subsurface-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.cpp | 10 |
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" |