1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:07:35 +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:
Timothy Flynn 2022-11-14 11:00:31 -05:00 committed by Tim Flynn
parent 4d4ed96fa1
commit be50806a18
2 changed files with 4 additions and 4 deletions

View file

@ -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 {

View file

@ -8,8 +8,8 @@
#include <LibCore/Stream.h>
#include <LibIPC/ConnectionFromClient.h>
#include <Services/WebContent/WebDriverClientEndpoint.h>
#include <Services/WebContent/WebDriverServerEndpoint.h>
#include <WebContent/WebDriverClientEndpoint.h>
#include <WebContent/WebDriverServerEndpoint.h>
namespace WebDriver {