LibGfx: Remove unused headers from BitmapFont.{cpp,h}

This commit is contained in:
Max Wipfli 2021-07-08 13:39:52 +02:00 committed by Andreas Kling
parent a552c3bc8c
commit 2afa35deb8
Notes: sideshowbarker 2024-07-18 09:59:01 +09:00

View File

@ -5,20 +5,11 @@
*/
#include "BitmapFont.h"
#include "Bitmap.h"
#include "Emoji.h"
#include <AK/StdLibExtras.h>
#include <AK/StringBuilder.h>
#include <AK/Utf32View.h>
#include <AK/Utf8View.h>
#include <AK/Vector.h>
#include <LibCore/FileStream.h>
#include <LibGfx/FontDatabase.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <unistd.h>
namespace Gfx {