mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibUnicode: Remove unused headers from GenerateEmojiData
Mostly just to make it clear we do not depend on LibUnicode in this generator.
This commit is contained in:
parent
ec36d7122f
commit
666979fb90
Notes:
sideshowbarker
2024-07-16 22:51:10 +09:00
Author: https://github.com/trflynn89
Commit: 666979fb90
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/257
1 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
|
||||
#include "GeneratorUtil.h"
|
||||
#include <AK/AnyOf.h>
|
||||
#include <AK/ByteString.h>
|
||||
#include <AK/QuickSort.h>
|
||||
#include <AK/SourceGenerator.h>
|
||||
|
@ -14,7 +13,6 @@
|
|||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/Directory.h>
|
||||
#include <LibFileSystem/FileSystem.h>
|
||||
#include <LibUnicode/Emoji.h>
|
||||
|
||||
struct Emoji {
|
||||
size_t image_path { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue