1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +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

@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <AK/BufferStream.h>
#include <AK/String.h>
#include <LibGfx/Point.h>
#include <LibIPC/Decoder.h>