mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 18:55:09 +00:00
LibCore: Reduce header dependencies of EventLoop
This commit is contained in:
parent
b011ea9962
commit
0e3a9d8e9d
8 changed files with 39 additions and 36 deletions
|
@ -24,11 +24,12 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <AK/Badge.h>
|
||||
#include <AK/SharedBuffer.h>
|
||||
#include <ProtocolServer/Download.h>
|
||||
#include <ProtocolServer/PSClientConnection.h>
|
||||
#include <ProtocolServer/Protocol.h>
|
||||
#include <ProtocolServer/ProtocolClientEndpoint.h>
|
||||
#include <AK/SharedBuffer.h>
|
||||
|
||||
static HashMap<int, RefPtr<PSClientConnection>> s_connections;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue