diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-28 01:29:52 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-28 01:29:52 -0700 |
| commit | 16208f6f3b499103a19b1c3ae61d1cfd71ca102b (patch) | |
| tree | a9900e72516d817fc63e32f58eda3cee3c7e84b1 /src/main.cpp | |
| parent | ca56a2618dd306855a4ede4dbcc389d4c714cccd (diff) | |
chore: refactor move headers to include folder
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 85433fe..82f16c2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,7 @@ #include <string> #include <sstream> #include <unordered_map> -#include "markdown_translator.h" +#include "markdown_translator.hpp" bool parseArguments(int argc, char* argv[], std::unordered_map<std::string, std::string>& params, std::string& inputFile) { if (argc < 2) { |
