Cleanup: use quotation marks for non-system includes
That's the idiomatic way of doing things. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
4b1a3a1a6e
commit
88c7de65fa
@ -2,9 +2,9 @@
|
||||
#include "TabDiveStatistics.h"
|
||||
#include "ui_TabDiveStatistics.h"
|
||||
|
||||
#include <core/qthelper.h>
|
||||
#include <core/selection.h>
|
||||
#include <core/statistics.h>
|
||||
#include "core/qthelper.h"
|
||||
#include "core/selection.h"
|
||||
#include "core/statistics.h"
|
||||
|
||||
TabDiveStatistics::TabDiveStatistics(QWidget *parent) : TabBase(parent), ui(new Ui::TabDiveStatistics())
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user