PLSWORKPLSWORKPLSWORKPLSWORKPLSWORK

This commit is contained in:
ownedbywuigi 2025-07-07 15:49:18 +01:00
parent 432e72fa4c
commit b23272d2bb
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#include <algorithm> #include <algorithm>
#include <string_view> #include <string_view>
#include "3rd_Party/fmt/include/fmt/format.h" #include <fmt/include/fmt/format.h>
#include "common/logging/formatter.h" #include "common/logging/formatter.h"
#include "common/logging/types.h" #include "common/logging/types.h"

View file

@ -3,7 +3,7 @@
// Modified by Pound emulator for SW2 compatibility // Modified by Pound emulator for SW2 compatibility
#include "3rd_Party/fmt/src/format.cc" #include <fmt/src/format.cc>
#include "core/common/fs/path_util.h" #include "core/common/fs/path_util.h"
#include "core/fs/bis_factory.h" #include "core/fs/bis_factory.h"
#include "core/fs/registered_cache.h" #include "core/fs/registered_cache.h"

View file

@ -6,7 +6,7 @@
#include <array> #include <array>
#include <string> #include <string>
#include "3rd_Party/fmt/include/fmt/ostream.h" #include <fmt/include/fmt/ostream.h>
#include "common/logging/log.h" #include "common/logging/log.h"
#include "core/crypto/key_manager.h" #include "core/crypto/key_manager.h"