diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-06-07 14:00:16 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-06-19 13:11:10 -0700 |
commit | 5d34103cb989414406cdbef8bc066f20562a5eaf (patch) | |
tree | 5843571881da7c58c2e94d2574ebc3c75fdd18a3 /desktop-widgets/tab-widgets/TabDiveInformation.cpp | |
parent | b7ff069b02baf573c5681e25426b4d5edb8844c4 (diff) | |
download | subsurface-5d34103cb989414406cdbef8bc066f20562a5eaf.tar.gz |
Cleanup: use quotation marks for non-system includes
That's common practice, so lets do it that way.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/tab-widgets/TabDiveInformation.cpp')
-rw-r--r-- | desktop-widgets/tab-widgets/TabDiveInformation.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop-widgets/tab-widgets/TabDiveInformation.cpp b/desktop-widgets/tab-widgets/TabDiveInformation.cpp index ee56fde67..589071a5e 100644 --- a/desktop-widgets/tab-widgets/TabDiveInformation.cpp +++ b/desktop-widgets/tab-widgets/TabDiveInformation.cpp @@ -6,10 +6,9 @@ #include "core/dive.h" #include "desktop-widgets/command.h" #include "core/trip.h" // TODO: Needed because divesChanged uses a trip parameter -> remove that! - -#include <core/qthelper.h> -#include <core/statistics.h> -#include <core/display.h> +#include "core/qthelper.h" +#include "core/statistics.h" +#include "core/display.h" #define COMBO_CHANGED 0 #define TEXT_EDITED 1 |