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

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