mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Use <..> instead of ".." for #include statements
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
368d033ce5
commit
0c1d7291e2
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <iostream>
|
||||
#include <FS.h>
|
||||
#include <shared.h>
|
||||
#include "additional-help.h"
|
||||
#include <additional-help.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int CmdHelpUsage (const Extensions& extensions)
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <timew.h>
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include "IntervalFactory.h"
|
||||
#include <IntervalFactory.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// A filter is just another interval, containing start, end and tags.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue