diff --git a/src/format/format.cpp b/src/format/format.cpp index c71408f..5bf4f23 100644 --- a/src/format/format.cpp +++ b/src/format/format.cpp @@ -1,4 +1,4 @@ -#include "markdown.hpp" +#include "markdown/markdown.hpp" #include #include #include diff --git a/src/main.cpp b/src/main.cpp index bf4c9e4..c03f3d4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,4 @@ -#include "config.hpp" +#include "config/config.hpp" #include #include diff --git a/src/markdown/markdown.cpp b/src/markdown/markdown.cpp index 93484ac..34bf0c5 100644 --- a/src/markdown/markdown.cpp +++ b/src/markdown/markdown.cpp @@ -1,5 +1,4 @@ #include "markdown.hpp" -#include "utils.hpp" #include #include #include