1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:07:45 +00:00

Everywhere: Remove unused AK/Bitmap includes

This commit is contained in:
Ben Wiederhake 2021-11-06 14:48:35 +01:00 committed by Andreas Kling
parent 96936d04d6
commit 850db15d66
4 changed files with 0 additions and 4 deletions

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Bitmap.h>
#include <AK/Utf8View.h>
#include <LibCrypto/ASN1/DER.h>