1
Fork 0
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:
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 {