summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-11-24 13:46:14 +0100
committerGravatar bstoeger <32835590+bstoeger@users.noreply.github.com>2019-12-04 13:00:23 +0100
commit88c7de65fa898e4ed0f6077165e687b10dd393c0 (patch)
treed435d6367ea67a3fa3eb1f6e90a4d3f61e0f7c66 /desktop-widgets/tab-widgets
parent4b1a3a1a6e1db60bda77fc70e5be6278426589cd (diff)
downloadsubsurface-88c7de65fa898e4ed0f6077165e687b10dd393c0.tar.gz
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>
Diffstat (limited to 'desktop-widgets/tab-widgets')
-rw-r--r--desktop-widgets/tab-widgets/TabDiveStatistics.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-widgets/tab-widgets/TabDiveStatistics.cpp b/desktop-widgets/tab-widgets/TabDiveStatistics.cpp
index ff1f2779e..ffc2ad79e 100644
--- a/desktop-widgets/tab-widgets/TabDiveStatistics.cpp
+++ b/desktop-widgets/tab-widgets/TabDiveStatistics.cpp
@@ -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())
{