mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00: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: 2afa35deb8
Pull-request: https://github.com/SerenityOS/serenity/pull/8558
Reviewed-by: https://github.com/awesomekling
1 changed files with 0 additions and 9 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue