Everywhere: Hoist the Services folder to the top-level

This commit is contained in:
Timothy Flynn
2024-11-09 12:13:18 -05:00
committed by Andreas Kling
parent a7dc40eff3
commit 22e0eeada2
68 changed files with 41 additions and 41 deletions

View File

@@ -0,0 +1,14 @@
/*
* Copyright (c) 2020, Andreas Kling <andreas@ladybird.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
namespace WebContent {
class ConnectionFromClient;
class PageHost;
}