mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue