Meta: Remove empty LibSystem library and references

This commit is contained in:
Timothy Flynn 2024-06-03 20:06:42 -04:00 committed by Andreas Kling
commit 126cbce632
Notes: sideshowbarker 2024-07-17 03:27:40 +09:00
8 changed files with 4 additions and 33 deletions

View file

@ -31,7 +31,6 @@
#ifdef AK_OS_SERENITY
# include <Kernel/API/Unveil.h>
# include <LibCore/Account.h>
# include <LibSystem/syscall.h>
# include <serenity.h>
# include <sys/ptrace.h>
# include <sys/sysmacros.h>