LibCore: Remove SessionManagement utilities

We don't need these, they are only relevant for SerenityOS system
builds of LibCore.
This commit is contained in:
Andrew Kaster 2024-11-21 13:18:35 -07:00 committed by Andreas Kling
commit 0075048206
Notes: github-actions[bot] 2024-11-26 10:01:50 +00:00
10 changed files with 1 additions and 96 deletions

View file

@ -6,7 +6,6 @@
#pragma once
#include <LibCore/SessionManagement.h>
#include <LibIPC/Connection.h>
namespace IPC {