1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 18:55:08 +00:00

AK: Remove useless ktime.h

This commit is contained in:
Andreas Kling 2019-04-03 12:09:27 +02:00
parent 60f236b285
commit beb9c970c9
3 changed files with 0 additions and 7 deletions

View file

@ -3,8 +3,6 @@
#include "FileSystem.h"
#include <AK/FileSystemPath.h>
#include <AK/StringBuilder.h>
#include <AK/kstdio.h>
#include <AK/ktime.h>
#include "CharacterDevice.h"
#include <LibC/errno_numbers.h>
#include <Kernel/Process.h>