mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Everywhere: Hoist the Services folder to the top-level
This commit is contained in:
committed by
Andreas Kling
parent
a7dc40eff3
commit
22e0eeada2
14
Services/ImageDecoder/Forward.h
Normal file
14
Services/ImageDecoder/Forward.h
Normal 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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user