LibCore: Remove unused header in StandardPaths

This commit is contained in:
Ben Wiederhake 2026-02-21 10:50:05 +01:00 committed by Andreas Kling
parent 36063f6881
commit e0f39d5114

View file

@ -9,7 +9,6 @@
#include <AK/ByteString.h>
#include <AK/LexicalPath.h>
#include <AK/Platform.h>
#include <AK/String.h>
#include <AK/StringBuilder.h>
#include <AK/StringUtils.h>
#include <LibCore/Environment.h>