1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 04:35:06 +00:00

SystemServer: Minor #include cleanup in Service.cpp (#3227)

This commit is contained in:
Muhammad Zahalqa 2020-08-20 21:57:39 +03:00 committed by GitHub
parent d4d9222eea
commit 16e86a3dda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,8 +29,7 @@
#include <AK/JsonArray.h>
#include <AK/JsonObject.h>
#include <LibCore/ConfigFile.h>
#include <LibCore/LocalSocket.h>
#include <fcntl.h>
#include <LibCore/Socket.h>
#include <grp.h>
#include <libgen.h>
#include <pwd.h>