mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09: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
Notes:
sideshowbarker
2024-07-17 05:13:53 +09:00
Author: https://github.com/trflynn89
Commit: be50806a18
Pull-request: https://github.com/SerenityOS/serenity/pull/16066
Reviewed-by: https://github.com/linusg ✅
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