(FIX): Renamed watchDog to watchdog
This commit is contained in:
parent
d26dd1b5a2
commit
3f76dafbc1
@ -1,4 +1,4 @@
|
|||||||
#include "watchDog.h"
|
#include "watchdog.h"
|
||||||
|
|
||||||
namespace fs = std::filesystem; // makes it easier to read
|
namespace fs = std::filesystem; // makes it easier to read
|
||||||
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
#include "../lib/inlineNode.h"
|
#include "../lib/inlineNode.h"
|
||||||
#include "../lib/parser.h"
|
#include "../lib/parser.h"
|
||||||
#include "../lib/structureNode.h"
|
#include "../lib/structureNode.h"
|
||||||
#include "../lib/watchDog.h"
|
#include "../lib/watchdog.h"
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user