Use <..> instead of ".." for #include statements

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2020-03-02 21:49:39 +01:00
parent 368d033ce5
commit 0c1d7291e2
2 changed files with 2 additions and 2 deletions

View file

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

View file

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