mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +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
a7cb2424af
commit
efcaf2a0c1
2 changed files with 0 additions and 20 deletions
|
@ -10,7 +10,6 @@
|
|||
#include <LibDNS/Resolver.h>
|
||||
#include <LibIPC/ConnectionFromClient.h>
|
||||
#include <LibWebSocket/WebSocket.h>
|
||||
#include <RequestServer/Forward.h>
|
||||
#include <RequestServer/RequestClientEndpoint.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
Reference in a new issue