mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
WebDriver: Remove "Services/" prefix from local WebDriver includes
This is to allow building some of these files from Ladybird. The Build directory for Ladybird does not include the "Services/" path.
This commit is contained in:
parent
4d4ed96fa1
commit
be50806a18
2 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <Services/WebDriver/Client.h>
|
||||
#include <Services/WebDriver/WebContentConnection.h>
|
||||
#include <WebDriver/Client.h>
|
||||
#include <WebDriver/WebContentConnection.h>
|
||||
|
||||
namespace WebDriver {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue