1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:38:12 +00:00

LibGfx: Remove Utf8View.h dependency from Font.h

This commit is contained in:
Andreas Kling 2020-02-15 00:27:50 +01:00
parent e1ff4fa034
commit 66903ad987
4 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <AK/Utf8View.h>
#include <LibGUI/Painter.h>
#include <LibHTML/Layout/LayoutDocument.h>
#include <LibHTML/Layout/LayoutText.h>