summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Number.h
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2022-04-12 15:10:08 +0100
committerAndreas Kling <kling@serenityos.org>2022-04-12 23:03:46 +0200
commitbf786d66b1cc443da3a2a3592cbdb01b94bc7d88 (patch)
treeb3659615e1996f3c154c85af2035aeb14459980b /Userland/Libraries/LibWeb/CSS/Number.h
parent7272997b1bb492fa7c46344f091223a8c1eda3b2 (diff)
downloadserenity-bf786d66b1cc443da3a2a3592cbdb01b94bc7d88.zip
LibWeb: Move Token and Tokenizer into Parser namespace
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/Number.h')
-rw-r--r--Userland/Libraries/LibWeb/CSS/Number.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/Number.h b/Userland/Libraries/LibWeb/CSS/Number.h
index 7b48a54881..c216242003 100644
--- a/Userland/Libraries/LibWeb/CSS/Number.h
+++ b/Userland/Libraries/LibWeb/CSS/Number.h
@@ -7,14 +7,13 @@
#pragma once
#include <AK/Types.h>
+#include <LibWeb/Forward.h>
#include <math.h>
namespace Web::CSS {
-class Tokenizer;
-
class Number {
- friend class Tokenizer;
+ friend class Parser::Tokenizer;
public:
enum class Type {