Skip to content

Commit 29cc4e5

Browse files
InvalidUsernameExceptiongmta
authored andcommitted
LibWeb: Avoid rebuilding bindings when editing Paintable.h
1 parent 0e7749e commit 29cc4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/LibWeb/HTML/Canvas/CanvasFillStrokeStyles.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
#include <AK/String.h>
1313
#include <LibWeb/CSS/Parser/Parser.h>
14+
#include <LibWeb/Forward.h>
1415
#include <LibWeb/HTML/Canvas/CanvasState.h>
1516
#include <LibWeb/HTML/CanvasGradient.h>
1617
#include <LibWeb/HTML/CanvasPattern.h>
17-
#include <LibWeb/Layout/Node.h>
1818

1919
namespace Web::HTML {
2020

0 commit comments

Comments
 (0)