We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7749e commit 29cc4e5Copy full SHA for 29cc4e5
Libraries/LibWeb/HTML/Canvas/CanvasFillStrokeStyles.h
@@ -11,10 +11,10 @@
11
12
#include <AK/String.h>
13
#include <LibWeb/CSS/Parser/Parser.h>
14
+#include <LibWeb/Forward.h>
15
#include <LibWeb/HTML/Canvas/CanvasState.h>
16
#include <LibWeb/HTML/CanvasGradient.h>
17
#include <LibWeb/HTML/CanvasPattern.h>
-#include <LibWeb/Layout/Node.h>
18
19
namespace Web::HTML {
20
0 commit comments