summaryrefslogtreecommitdiffstats
path: root/qt-ui/preferences.h
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/preferences.h
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/preferences.h')
-rw-r--r--qt-ui/preferences.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/preferences.h b/qt-ui/preferences.h
index 5c434ec65..9c384acd6 100644
--- a/qt-ui/preferences.h
+++ b/qt-ui/preferences.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"