mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
LibWeb: Break friendship between CSS Number and Tokenizer
This commit is contained in:
parent
bf786d66b1
commit
7128e8e2e6
1 changed files with 0 additions and 3 deletions
|
@ -7,14 +7,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
#include <math.h>
|
||||
|
||||
namespace Web::CSS {
|
||||
|
||||
class Number {
|
||||
friend class Parser::Tokenizer;
|
||||
|
||||
public:
|
||||
enum class Type {
|
||||
Number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue