LibCore: Remove unused header in ResourceImplementationFile

This commit is contained in:
Ben Wiederhake 2026-02-21 12:33:21 +01:00 committed by Andreas Kling
parent 387f378f45
commit e27bdaafe7

View file

@ -6,7 +6,7 @@
#pragma once
#include <AK/RefPtr.h>
#include <AK/NonnullRefPtr.h>
#include <AK/StringView.h>
#include <LibCore/Resource.h>
#include <LibCore/ResourceImplementation.h>