mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
b7ff069b02
commit
5d34103cb9
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue