From 5d34103cb989414406cdbef8bc066f20562a5eaf Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 7 Jun 2019 14:00:16 +0200 Subject: Cleanup: use quotation marks for non-system includes That's common practice, so lets do it that way. Signed-off-by: Berthold Stoeger --- desktop-widgets/tab-widgets/TabDiveInformation.cpp | 7 +++---- 1 file 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 -#include -#include +#include "core/qthelper.h" +#include "core/statistics.h" +#include "core/display.h" #define COMBO_CHANGED 0 #define TEXT_EDITED 1 -- cgit v1.2.3-70-g09d2