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:
Berthold Stoeger 2019-11-24 13:46:14 +01:00 committed by bstoeger
parent 4b1a3a1a6e
commit 88c7de65fa

View file

@ -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())
{