diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-11-24 13:46:14 +0100 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2019-12-04 13:00:23 +0100 |
commit | 88c7de65fa898e4ed0f6077165e687b10dd393c0 (patch) | |
tree | d435d6367ea67a3fa3eb1f6e90a4d3f61e0f7c66 /desktop-widgets/tab-widgets | |
parent | 4b1a3a1a6e1db60bda77fc70e5be6278426589cd (diff) | |
download | subsurface-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.cpp | 6 |
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()) { |