mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
committed by
Andreas Kling
parent
ec36d7122f
commit
666979fb90
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user