Meta: Remove trivially unused Kernel API headers

This commit is contained in:
Andrew Kaster 2024-06-06 13:07:21 -06:00 committed by Andreas Kling
commit 0c9dced888
Notes: sideshowbarker 2024-07-17 10:05:47 +09:00
3 changed files with 0 additions and 47 deletions

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <Kernel/API/InodeWatcherEvent.h>
#include <LibCore/EventLoop.h>
#include <LibCore/FileWatcher.h>
#include <LibCore/Timer.h>