Skip to content

Commit a28b2b4

Browse files
AtkinsSJtrflynn89
authored andcommitted
WebContent: Correct StyleValue.h include
Regressed in c57975c, oops!
1 parent ed6cac8 commit a28b2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Services/WebContent/WebDriverConnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* SPDX-License-Identifier: BSD-2-Clause
99
*/
1010

11-
#include <../../Libraries/LibWeb/CSS/StyleValues/StyleValue.h>
1211
#include <AK/JsonObject.h>
1312
#include <AK/JsonValue.h>
1413
#include <AK/LexicalPath.h>
@@ -19,6 +18,7 @@
1918
#include <LibURL/Parser.h>
2019
#include <LibWeb/CSS/ComputedProperties.h>
2120
#include <LibWeb/CSS/PropertyID.h>
21+
#include <LibWeb/CSS/StyleValues/StyleValue.h>
2222
#include <LibWeb/Cookie/Cookie.h>
2323
#include <LibWeb/Cookie/ParsedCookie.h>
2424
#include <LibWeb/Crypto/Crypto.h>

0 commit comments

Comments
 (0)