diff --git a/src/symbols/symbols_with_dbghelp.cpp b/src/symbols/symbols_with_dbghelp.cpp index f210b67..82d2fd5 100644 --- a/src/symbols/symbols_with_dbghelp.cpp +++ b/src/symbols/symbols_with_dbghelp.cpp @@ -2,7 +2,7 @@ #include #include "symbols.hpp" -#include "../platform/dbghelp_syminit_manager.hpp" +#include "../utils/dbghelp_syminit_manager.hpp" #include #include diff --git a/src/symbols/symbols_with_libbacktrace.cpp b/src/symbols/symbols_with_libbacktrace.cpp index 81c9117..c31c488 100644 --- a/src/symbols/symbols_with_libbacktrace.cpp +++ b/src/symbols/symbols_with_libbacktrace.cpp @@ -2,7 +2,7 @@ #include #include "symbols.hpp" -#include "../platform/program_name.hpp" +#include "../utils/program_name.hpp" #include #include diff --git a/src/unwind/unwind_with_dbghelp.cpp b/src/unwind/unwind_with_dbghelp.cpp index d5cbbd1..4ba36e1 100644 --- a/src/unwind/unwind_with_dbghelp.cpp +++ b/src/unwind/unwind_with_dbghelp.cpp @@ -4,7 +4,7 @@ #include "unwind.hpp" #include "../utils/common.hpp" #include "../utils/utils.hpp" -#include "../platform/dbghelp_syminit_manager.hpp" +#include "../utils/dbghelp_syminit_manager.hpp" #include #include