LibWeb: Remove StringBuilder from HTMLToken::m_comment_or_character

This commit is contained in:
Gunnar Beutner 2021-05-23 09:31:40 +02:00 committed by Andreas Kling
commit c3ad8e9a52
Notes: sideshowbarker 2024-07-18 09:01:37 +09:00
5 changed files with 54 additions and 46 deletions

View file

@ -7,6 +7,7 @@
#pragma once
#include <AK/Queue.h>
#include <AK/StringBuilder.h>
#include <AK/StringView.h>
#include <AK/Types.h>
#include <AK/Utf8View.h>