summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
Diffstat (limited to 'Userland')
-rw-r--r--Userland/Libraries/LibWeb/ARIA/ARIAMixin.h2
-rw-r--r--Userland/Libraries/LibWeb/ARIA/Roles.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/Userland/Libraries/LibWeb/ARIA/ARIAMixin.h b/Userland/Libraries/LibWeb/ARIA/ARIAMixin.h
index 45b097f96a..84ba7eeee9 100644
--- a/Userland/Libraries/LibWeb/ARIA/ARIAMixin.h
+++ b/Userland/Libraries/LibWeb/ARIA/ARIAMixin.h
@@ -6,7 +6,7 @@
#pragma once
-#include <AK/DeprecatedFlyString.h>
+#include <AK/Forward.h>
#include <LibWeb/ARIA/Roles.h>
#include <LibWeb/WebIDL/ExceptionOr.h>
diff --git a/Userland/Libraries/LibWeb/ARIA/Roles.h b/Userland/Libraries/LibWeb/ARIA/Roles.h
index 734e3b7f17..630bcdac71 100644
--- a/Userland/Libraries/LibWeb/ARIA/Roles.h
+++ b/Userland/Libraries/LibWeb/ARIA/Roles.h
@@ -6,7 +6,8 @@
#pragma once
-#include <AK/DeprecatedFlyString.h>
+#include <AK/Forward.h>
+#include <AK/StringView.h>
namespace Web::ARIA {