LibCore: Remove unused header in AnonymousBuffer

This commit is contained in:
Ben Wiederhake 2026-02-21 12:37:30 +01:00 committed by Andreas Kling
parent 6a34849238
commit ee5a6e1b28

View file

@ -8,7 +8,6 @@
#pragma once
#include <AK/Error.h>
#include <AK/Noncopyable.h>
#include <AK/RefCounted.h>
#include <AK/RefPtr.h>
#include <AK/Types.h>