(FIX): Renamed watchDog to watchdog

This commit is contained in:
Hayden Hargreaves 2025-10-28 18:02:45 -07:00
parent d26dd1b5a2
commit 3f76dafbc1
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include "watchDog.h"
#include "watchdog.h"
namespace fs = std::filesystem; // makes it easier to read

View File

@ -1,7 +1,7 @@
#include "../lib/inlineNode.h"
#include "../lib/parser.h"
#include "../lib/structureNode.h"
#include "../lib/watchDog.h"
#include "../lib/watchdog.h"
#include <memory>
#include <stdexcept>