LibCore: Fix ConfigFile.cpp compilation on Windows

This commit is contained in:
stasoid 2024-10-28 14:59:48 +05:00 committed by Andrew Kaster
parent 43056a8684
commit 11460b3daa
Notes: github-actions[bot] 2024-11-20 05:08:04 +00:00

View file

@ -12,8 +12,6 @@
#include <LibCore/Directory.h>
#include <LibCore/StandardPaths.h>
#include <LibCore/System.h>
#include <pwd.h>
#include <sys/types.h>
namespace Core {