aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-06-07 14:00:16 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-06-19 13:11:10 -0700
commit5d34103cb989414406cdbef8bc066f20562a5eaf (patch)
tree5843571881da7c58c2e94d2574ebc3c75fdd18a3
parentb7ff069b02baf573c5681e25426b4d5edb8844c4 (diff)
downloadsubsurface-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>
-rw-r--r--desktop-widgets/tab-widgets/TabDiveInformation.cpp7
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