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