1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:18:11 +00:00

LibCore: Remove unused header includes

This commit is contained in:
Brian Gianforcaro 2021-07-31 00:42:03 -07:00 committed by Gunnar Beutner
parent 0fc853f5ba
commit 176e1cbca7
10 changed files with 0 additions and 21 deletions

View file

@ -5,7 +5,6 @@
*/
#include <AK/Badge.h>
#include <AK/ByteBuffer.h>
#include <AK/Debug.h>
#include <AK/Format.h>
#include <AK/IDAllocator.h>
@ -26,11 +25,9 @@
#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <time.h>
#include <unistd.h>