diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a1879136..f6f762f3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,2 @@ -include_directories(".") - add_subdirectory(nostalgia) add_subdirectory(olympic) diff --git a/src/nostalgia/player/main.cpp b/src/nostalgia/player/main.cpp index bff6273e..7f34b53e 100644 --- a/src/nostalgia/player/main.cpp +++ b/src/nostalgia/player/main.cpp @@ -7,7 +7,7 @@ #include -#include +#include "../modules/keelmodules.hpp" #include "app.hpp" diff --git a/src/olympic/keel/src/pack-applib.cpp b/src/olympic/keel/src/pack-applib.cpp index edc8a241..9111c722 100644 --- a/src/olympic/keel/src/pack-applib.cpp +++ b/src/olympic/keel/src/pack-applib.cpp @@ -11,8 +11,6 @@ #include -#include - static ox::Error writeFileBuff(ox::StringView path, ox::Buffer const&buff) noexcept { try { std::ofstream f(std::string(toStdStringView(path)), std::ios::binary);