LibGfx: Remove Utf8View.h dependency from Font.h

This commit is contained in:
Andreas Kling 2020-02-15 00:27:50 +01:00
commit 66903ad987
Notes: sideshowbarker 2024-07-19 09:19:53 +09:00
4 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,7 @@
#include <AK/StdLibExtras.h>
#include <AK/String.h>
#include <AK/StringBuilder.h>
#include <AK/Utf8View.h>
#include <Kernel/KeyCode.h>
#include <LibCore/MimeData.h>
#include <LibGUI/Action.h>