Kernel: Add forward declaration header

This commit is contained in:
Andreas Kling 2020-02-16 01:50:16 +01:00
commit e28809a996
Notes: sideshowbarker 2024-07-19 09:17:26 +09:00
19 changed files with 86 additions and 49 deletions

View file

@ -30,16 +30,13 @@
#include <AK/RefCounted.h>
#include <AK/String.h>
#include <AK/Types.h>
#include <Kernel/Forward.h>
#include <Kernel/KResult.h>
#include <Kernel/UnixTypes.h>
#include <LibBareMetal/Memory/VirtualAddress.h>
namespace Kernel {
class FileDescription;
class Process;
class Region;
// File is the base class for anything that can be referenced by a FileDescription.
//
// The most important functions in File are: