aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-28 01:29:52 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-28 01:29:52 -0700
commit16208f6f3b499103a19b1c3ae61d1cfd71ca102b (patch)
treea9900e72516d817fc63e32f58eda3cee3c7e84b1 /src/main.cpp
parentca56a2618dd306855a4ede4dbcc389d4c714cccd (diff)
chore: refactor move headers to include folder
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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) {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage