mirror of
https://github.com/edubart/otclient.git
synced 2025-12-17 14:17:11 +01:00
Remove boost::filesystem dependency
This commit is contained in:
@@ -31,9 +31,6 @@
|
||||
#include <framework/platform/crashhandler.h>
|
||||
#include <framework/platform/platform.h>
|
||||
|
||||
#include <boost/locale.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
#include <locale>
|
||||
|
||||
#ifdef FW_NET
|
||||
@@ -75,8 +72,6 @@ void Application::init(std::vector<std::string>& args)
|
||||
|
||||
// setup locale
|
||||
std::locale::global(std::locale());
|
||||
std::locale utf8("en_US.UTF-8");
|
||||
boost::filesystem::path::imbue(utf8);
|
||||
|
||||
// process args encoding
|
||||
g_platform.processArgs(args);
|
||||
|
||||
Reference in New Issue
Block a user