1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:57:45 +00:00

SymbolServer: Remove two unnecessary #include statements

This commit is contained in:
Andreas Kling 2021-05-13 16:08:18 +02:00
parent 0a75ee29da
commit c784413cd9

View file

@ -6,9 +6,7 @@
#pragma once
#include <AK/HashMap.h>
#include <LibIPC/ClientConnection.h>
#include <LibWeb/Forward.h>
#include <SymbolServer/Forward.h>
#include <SymbolServer/SymbolClientEndpoint.h>
#include <SymbolServer/SymbolServerEndpoint.h>