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>
This commit is contained in:
Berthold Stoeger 2019-06-07 14:00:16 +02:00 committed by Dirk Hohndel
parent b7ff069b02
commit 5d34103cb9

View file

@ -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