1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:57:35 +00:00

Kernel: Remove Limits.h

This commit is contained in:
Andreas Kling 2019-04-03 13:18:42 +02:00
parent a095a90b51
commit 58c4d41c5f
10 changed files with 9 additions and 24 deletions

View file

@ -3,7 +3,6 @@
#include <Kernel/Devices/DiskDevice.h>
#include "InodeIdentifier.h"
#include "InodeMetadata.h"
#include "Limits.h"
#include "UnixTypes.h"
#include <AK/ByteBuffer.h>
#include <AK/HashMap.h>

View file

@ -8,7 +8,6 @@
#include <AK/Function.h>
#include "InodeIdentifier.h"
#include "InodeMetadata.h"
#include "Limits.h"
#include "FileSystem.h"
#include <Kernel/KResult.h>