mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
RequestServer: Remove useless Forward.h
The only class here that still exists is ConnectionFromClient... which is the only class that includes Forward.h!
This commit is contained in:
parent
7cae4fadbc
commit
e8644d43db
Notes:
github-actions[bot]
2025-03-26 18:23:48 +00:00
Author: https://github.com/AtkinsSJ
Commit: e8644d43db
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4100
Reviewed-by: https://github.com/gmta ✅
2 changed files with 0 additions and 20 deletions
|
@ -10,7 +10,6 @@
|
||||||
#include <LibDNS/Resolver.h>
|
#include <LibDNS/Resolver.h>
|
||||||
#include <LibIPC/ConnectionFromClient.h>
|
#include <LibIPC/ConnectionFromClient.h>
|
||||||
#include <LibWebSocket/WebSocket.h>
|
#include <LibWebSocket/WebSocket.h>
|
||||||
#include <RequestServer/Forward.h>
|
|
||||||
#include <RequestServer/RequestClientEndpoint.h>
|
#include <RequestServer/RequestClientEndpoint.h>
|
||||||
#include <RequestServer/RequestServerEndpoint.h>
|
#include <RequestServer/RequestServerEndpoint.h>
|
||||||
|
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2020, Andreas Kling <andreas@ladybird.org>
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
|
||||||
*/
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
namespace RequestServer {
|
|
||||||
|
|
||||||
class ConnectionFromClient;
|
|
||||||
class Request;
|
|
||||||
class HttpRequest;
|
|
||||||
class HttpProtocol;
|
|
||||||
class HttpsRequest;
|
|
||||||
class HttpsProtocol;
|
|
||||||
class Protocol;
|
|
||||||
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue