mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
LibGfx: Remove unused headers from BitmapFont.{cpp,h}
This commit is contained in:
parent
a552c3bc8c
commit
2afa35deb8
Notes:
sideshowbarker
2024-07-18 09:59:01 +09:00
Author: https://github.com/MaxWipfli Commit: https://github.com/SerenityOS/serenity/commit/2afa35deb80 Pull-request: https://github.com/SerenityOS/serenity/pull/8558 Reviewed-by: https://github.com/awesomekling
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user