LibCore: Remove unused header in MimeData

This commit is contained in:
Ben Wiederhake 2026-02-21 12:14:00 +01:00 committed by Andreas Kling
parent b33b08050a
commit 6335f4745f

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/LexicalPath.h>
#include <AK/StringBuilder.h>
#include <LibCore/File.h>
#include <LibCore/MimeData.h>