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

LibIPC+LibGfx+IPCCompiler: Drop some unused includes

This commit is contained in:
Sergey Bugaev 2020-06-08 14:10:09 +03:00 committed by Andreas Kling
parent affc479e83
commit fc481552f5
6 changed files with 0 additions and 7 deletions

View file

@ -26,7 +26,6 @@
#pragma once
#include <AK/BufferStream.h>
#include <AK/Forward.h>
#include <AK/NumericLimits.h>
#include <AK/String.h>